Follow-up of 568dc2a0e8
- Fixed update of sequential printing clearance contours after deleting a part of an object
This commit is contained in:
parent
568dc2a0e8
commit
00e35807ab
@ -1539,7 +1539,10 @@ void Selection::erase()
|
|||||||
ensure_not_below_bed();
|
ensure_not_below_bed();
|
||||||
}
|
}
|
||||||
|
|
||||||
wxGetApp().plater()->canvas3D()->set_sequential_clearance_as_evaluating();
|
GLCanvas3D* canvas = wxGetApp().plater()->canvas3D();
|
||||||
|
canvas->set_sequential_clearance_as_evaluating();
|
||||||
|
canvas->set_as_dirty();
|
||||||
|
canvas->request_extra_frame();
|
||||||
}
|
}
|
||||||
|
|
||||||
void Selection::render(float scale_factor)
|
void Selection::render(float scale_factor)
|
||||||
|
Loading…
Reference in New Issue
Block a user