mirror of
https://git.mirrors.martin98.com/https://github.com/prusa3d/PrusaSlicer.git
synced 2025-08-05 20:36:08 +08:00
Follow-up of 568dc2a0e8b1eaec9b7198df67f976194010cad4 - 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();
|
||||
}
|
||||
|
||||
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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user