mirror of
https://github.com/leozide/leocad.git
synced 2026-09-12 09:35:24 +00:00
Correctly draw selection box outline of submodels.
This commit is contained in:
@@ -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();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user