mirror of
https://git.mirrors.martin98.com/https://github.com/slic3r/Slic3r.git
synced 2025-08-06 01:56:08 +08:00
Remember to put the event skip in during repaint.
This commit is contained in:
parent
f3d128e9c2
commit
c6d0536268
@ -121,6 +121,7 @@ void Plate2D::repaint(wxPaintEvent& e) {
|
||||
}
|
||||
}
|
||||
}
|
||||
e.Skip();
|
||||
}
|
||||
|
||||
void Plate2D::clean_instance_thumbnails() {
|
||||
|
Loading…
x
Reference in New Issue
Block a user