mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-11 00:37:51 -06:00
Sidebar object manipulation fields updated on idle event
This commit is contained in:
parent
aea6681adf
commit
a406a44946
3 changed files with 4 additions and 14 deletions
|
@ -169,10 +169,8 @@ bool GUI_App::OnInit()
|
|||
if (app_config->dirty())
|
||||
app_config->save();
|
||||
|
||||
#if !ENABLE_IMPROVED_SIDEBAR_OBJECTS_MANIPULATION
|
||||
if (this->plater() != nullptr)
|
||||
this->obj_manipul()->update_if_dirty();
|
||||
#endif // !ENABLE_IMPROVED_SIDEBAR_OBJECTS_MANIPULATION
|
||||
});
|
||||
|
||||
// On OS X the UI tends to freeze in weird ways if modal dialogs(config wizard, update notifications, ...)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue