mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
(#378) Refactored Expansion in MainWindow,
Removed some use of the obsolete tree view model
This commit is contained in:
@@ -178,6 +178,7 @@ void RimScriptCollection::fieldChangedByUi(const caf::PdmFieldHandle *changedFie
|
||||
QFileInfo fi(directory);
|
||||
this->setUiName(fi.baseName());
|
||||
this->readContentFromDisc();
|
||||
|
||||
RimUiTreeModelPdm* treeModel = RiuMainWindow::instance()->uiPdmModel_OBSOLETE();
|
||||
if (treeModel) treeModel->updateUiSubTree(this);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user