System : Set default expand state to true when expanding an item in tree views

This commit is contained in:
Magne Sjaastad
2017-10-19 07:30:28 +02:00
parent 18ebd742e6
commit 8e105ceb7a
15 changed files with 15 additions and 15 deletions

View File

@@ -74,7 +74,7 @@ void RicEclipseCaseNewGroupExec::redo()
analysisModels->caseGroups().push_back(createdObject);
analysisModels->updateConnectedEditors();
RiuMainWindow::instance()->selectAsCurrentItem(createdObject);
RiuMainWindow::instance()->setExpanded(createdObject, true);
RiuMainWindow::instance()->setExpanded(createdObject);
}
}