forked from qt/qtbase
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request qt#91 from autodesk-forks/kandass1/MAYA-131102/res…
…olve_docking_issues_post_qt6_new - Dragging an individual DockWidget (Tab) doesn't require a QDockWidgetGroupWindow immediately, Hence, returning the unplugged DockWidget directly. - Hovering a DockWidget on top of another DockWidget, creates a QDockWidgetGroupWindow if one doesn't already exist. However, dropTarget's widgetItem might not be already available in the parent layout which causes a crash. Hence, setting a DockWidgetItem. - Closing all the child DockWidgets would eventually cause the QDockWidgetGroupWindow to be hidden. However, when we re-toggle DockWidget visibility from the menu items, the DockWidget won't become visible since its parent QDockWidgetGroupWindow is hidden. Hence adding a listener for the DockWidget's toggle action ensures the parent is shown before the widget.
- Loading branch information
Showing
2 changed files
with
34 additions
and
67 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters