mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -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();
|
m_pdmUiPropertyView->currentObject()->uiCapability()->updateConnectedEditors();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
{
|
||||||
|
auto* obj = RiaSummaryTools::summaryCaseMainCollection();
|
||||||
|
if (obj)
|
||||||
|
{
|
||||||
|
setExpanded(obj);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
{
|
||||||
|
auto* obj = RiaSummaryTools::summaryPlotCollection();
|
||||||
|
if (obj)
|
||||||
|
{
|
||||||
|
setExpanded(obj);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
refreshToolbars();
|
refreshToolbars();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user