Details
-
Bug
-
Resolution: Unresolved
-
P3: Somewhat important
-
None
-
4.8.6, 5.4.1
-
None
Description
Calling QMdiArea::removeSubWindow to remove the current active sub window on QMdiArea::TabbedView will make the sub windows re-apper, i.e. the tab bars and sub windows are both shown.
However, remove a unactivated sub window works fine.
As a workaround, call QMdiArea::activateNextSubWindow() before the remove.