mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
#2798 Dock Widgets : Raise widget to make it top most widget if tabbed
This commit is contained in:
parent
97baff4e0f
commit
014944b4c0
@ -1589,6 +1589,8 @@ void RiuMainWindow::showDockPanel(const QString &dockPanelName)
|
||||
if (dock && dock->objectName() == dockPanelName)
|
||||
{
|
||||
dock->show();
|
||||
dock->raise();
|
||||
|
||||
return;
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user