Remember to put the event skip in during repaint.

This commit is contained in:
Joseph Lenox 2018-05-06 20:39:50 -05:00 committed by Joseph Lenox
parent f3d128e9c2
commit c6d0536268

View File

@ -121,6 +121,7 @@ void Plate2D::repaint(wxPaintEvent& e) {
}
}
}
e.Skip();
}
void Plate2D::clean_instance_thumbnails() {