You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the Qt backend, when SplitEditorAreaPane.destroy() is called it removes all open editors (this is good), but as a side-effect of this any DraggableTabWidgets in the layout create their empty_tab
Steps to Reproduce
Create and populate a SplitEditorAreaPane and then call destroy() to delete it. This is done in the tests for SplitEditorAreaPane for example.
The text was updated successfully, but these errors were encountered:
Environment
Toolkit: Qt
Description
In the Qt backend, when
SplitEditorAreaPane.destroy()
is called it removes all open editors (this is good), but as a side-effect of this anyDraggableTabWidgets
in the layout create theirempty_tab
Steps to Reproduce
Create and populate a
SplitEditorAreaPane
and then calldestroy()
to delete it. This is done in the tests forSplitEditorAreaPane
for example.The text was updated successfully, but these errors were encountered: