Dock system selection improvements and fixes (#14305)

* Make sure we don't trigger another select when a view in the project tree is selected.
* Fix for #14255 and related issues
* Make sure we can close and open a main window, keeping the layout when reopened.
This commit is contained in:
JJ
2026-06-24 16:07:21 +02:00
committed by GitHub
parent ac97f76e97
commit 82aa009378
12 changed files with 104 additions and 30 deletions
@@ -49,7 +49,7 @@ public:
void setViewToControl( RimViewWindow* view );
int mainWindowId() const;
void setAsActiveViewer();
void setAsActiveViewer( bool allowSelectionChange );
void updateViewerWidget();
void handleViewerDeletion();