Fixed update of the ObjectManipulation when "autocenter" is on
This commit is contained in:
parent
3481898d4d
commit
dfc6d399f7
1 changed files with 3 additions and 0 deletions
|
@ -2044,6 +2044,9 @@ void Plater::priv::update(unsigned int flags)
|
||||||
this->restart_background_process(update_status);
|
this->restart_background_process(update_status);
|
||||||
else
|
else
|
||||||
this->schedule_background_process();
|
this->schedule_background_process();
|
||||||
|
|
||||||
|
if (get_config("autocenter") == "1" && this->sidebar->obj_manipul()->IsShown())
|
||||||
|
this->sidebar->obj_manipul()->UpdateAndShow(true);
|
||||||
}
|
}
|
||||||
|
|
||||||
void Plater::priv::select_view(const std::string& direction)
|
void Plater::priv::select_view(const std::string& direction)
|
||||||
|
|
Loading…
Reference in a new issue