Follow-up of 15bd82edc3
- Fixed detection of out of printbed after arrange
This commit is contained in:
parent
2f7f3578d5
commit
0dacdb2061
5 changed files with 16 additions and 16 deletions
|
@ -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()) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue