mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-09 23:16:00 -06:00
#4008 Summary Plots: Cases/Plots should always be expanded by default
This commit is contained in:
parent
987c38ec38
commit
9fbb14d6e3
@ -106,6 +106,22 @@ void RiuPlotMainWindow::initializeGuiNewProjectLoaded()
|
||||
m_pdmUiPropertyView->currentObject()->uiCapability()->updateConnectedEditors();
|
||||
}
|
||||
|
||||
{
|
||||
auto* obj = RiaSummaryTools::summaryCaseMainCollection();
|
||||
if (obj)
|
||||
{
|
||||
setExpanded(obj);
|
||||
}
|
||||
}
|
||||
|
||||
{
|
||||
auto* obj = RiaSummaryTools::summaryPlotCollection();
|
||||
if (obj)
|
||||
{
|
||||
setExpanded(obj);
|
||||
}
|
||||
}
|
||||
|
||||
refreshToolbars();
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user