Follow-up of 15bd82edc3 - Fixed detection of out of printbed after arrange

This commit is contained in:
enricoturri1966 2023-05-19 09:42:30 +02:00
parent 2f7f3578d5
commit 0dacdb2061
5 changed files with 16 additions and 16 deletions

View file

@ -355,7 +355,7 @@ void ArrangeJob::finalize(bool canceled, std::exception_ptr &eptr) {
ap.apply();
}
m_plater->update();
m_plater->update((unsigned int)Plater::UpdateParams::FORCE_FULL_SCREEN_REFRESH);
wxGetApp().obj_manipul()->set_dirty();
if (!m_unarranged.empty()) {