Correctly draw selection box outline of submodels.

This commit is contained in:
leo
2014-12-30 16:56:13 +00:00
parent d7396b4edb
commit 98aa121dec
4 changed files with 31 additions and 9 deletions
+1
View File
@@ -77,6 +77,7 @@ void lcApplication::SetProject(Project* Project)
for (int ViewIdx = 0; ViewIdx < Views.GetSize(); ViewIdx++)
Views[ViewIdx]->SetModel(lcGetActiveModel());
gMainWindow->UpdateAllViews();
gMainWindow->UpdateModels();
gMainWindow->UpdateTitle();
}