mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
System : Set default expand state to true when expanding an item in tree views
This commit is contained in:
@@ -122,7 +122,7 @@ RimObservedData* RimObservedDataCollection::createAndAddObservedDataFromFileName
|
||||
if (mainPlotWindow)
|
||||
{
|
||||
mainPlotWindow->selectAsCurrentItem(observedData);
|
||||
mainPlotWindow->setExpanded(observedData, true);
|
||||
mainPlotWindow->setExpanded(observedData);
|
||||
}
|
||||
|
||||
this->updateConnectedEditors();
|
||||
|
||||
Reference in New Issue
Block a user