From c6d0536268a999b2e759d2930f3cad02cf2e1ce0 Mon Sep 17 00:00:00 2001 From: Joseph Lenox Date: Sun, 6 May 2018 20:39:50 -0500 Subject: [PATCH] Remember to put the event skip in during repaint. --- src/GUI/Plater/Plate2D.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/GUI/Plater/Plate2D.cpp b/src/GUI/Plater/Plate2D.cpp index c235debb4..04250c7ae 100644 --- a/src/GUI/Plater/Plate2D.cpp +++ b/src/GUI/Plater/Plate2D.cpp @@ -121,6 +121,7 @@ void Plate2D::repaint(wxPaintEvent& e) { } } } + e.Skip(); } void Plate2D::clean_instance_thumbnails() {