Do not set active model from model list dialog

It's confusing and non-intuitive that saving the changes made to submodels opens the last
selected one. Furthermore we have the menu entries to open submodels.
This commit is contained in:
Thomas Cujé
2019-03-12 12:23:08 -07:00
committed by Leonardo Zide
parent 764c653252
commit d83c06100d
3 changed files with 1 additions and 7 deletions
-1
View File
@@ -335,7 +335,6 @@ void Project::ShowModelListDialog()
mModels = NewModels;
SetActiveModel(Dialog.mActiveModel);
gMainWindow->UpdateTitle();
gMainWindow->UpdateModels();
}