mirror of
https://github.com/OPM/ResInsight.git
synced 2026-08-27 05:37:21 -05:00
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:
@@ -46,7 +46,7 @@ public:
|
||||
bool showWindow() const;
|
||||
void setShowWindow( bool showWindow );
|
||||
|
||||
void setAsActiveViewer();
|
||||
void setAsActiveViewer( bool allowSelectionChange = false );
|
||||
bool isActiveViewer() const;
|
||||
|
||||
bool isMainDockedWindow() const;
|
||||
|
||||
Reference in New Issue
Block a user