Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
editor: tests: Fix object lifetime issue detected with PyQt6
Some tests explicitly close the editorstack widget. qtbot also closes the widget after the test finishes. The latter action may fail when "delete on close" flag is set => reset the flag.
- Loading branch information