mirror of
https://github.com/leozide/leocad.git
synced 2026-09-12 01:23:35 +00:00
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:
committed by
Leonardo Zide
parent
764c653252
commit
d83c06100d
@@ -335,7 +335,6 @@ void Project::ShowModelListDialog()
|
||||
|
||||
mModels = NewModels;
|
||||
|
||||
SetActiveModel(Dialog.mActiveModel);
|
||||
gMainWindow->UpdateTitle();
|
||||
gMainWindow->UpdateModels();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user