mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
#4475 Dock Windows : Always restore window visibility in plot window
This commit is contained in:
parent
fdc1f6b645
commit
2cbfecd2e6
@ -1310,6 +1310,8 @@ void RiaGuiApplication::onProjectOpened()
|
||||
m_mainPlotWindow->show();
|
||||
m_mainPlotWindow->raise();
|
||||
}
|
||||
|
||||
m_mainPlotWindow->restoreDockWidgetVisibilities();
|
||||
}
|
||||
else if (mainPlotWindow())
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user