Skip to content

Commit

Permalink
- Also look for automatically loaded libraries after loadFile.
Browse files Browse the repository at this point in the history
git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@25168 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
  • Loading branch information
adeas31 committed Mar 19, 2015
1 parent 7c36997 commit dac91d5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions OMEdit/OMEditGUI/Modeling/LibraryTreeWidget.cpp
Expand Up @@ -1912,6 +1912,7 @@ void LibraryTreeWidget::openFile(QString fileName, QString encoding, bool showPr
if (showProgress) mpMainWindow->getProgressBar()->setValue(++progressvalue);
}
mpMainWindow->addRecentFile(fileName, encoding);
loadDependentLibraries(mpMainWindow->getOMCProxy()->getClassNames());
if (showProgress) mpMainWindow->hideProgressBar();
}
}
Expand Down

0 comments on commit dac91d5

Please sign in to comment.