Some code refactoring

This commit is contained in:
YuSanka 2019-03-20 16:22:01 +01:00
parent e2349bdd2e
commit 452eb62f11
3 changed files with 22 additions and 22 deletions

View file

@ -530,7 +530,7 @@ void GUI_App::update_mode()
sidebar().update_mode();
for (auto tab : tabs_list)
tab->update_visibility();
tab->update_mode();
plater()->update_object_menu();
}