Blob Blame History Raw
--- a/src/wx/panel.cpp
+++ b/src/wx/panel.cpp
@@ -1427,6 +1427,10 @@ void DrawingPanel::PaintEv(wxPaintEvent& ev)
 
     DrawArea(dc);
     DrawOSD(dc);
+#ifndef NO_CAIRO
+    if (!paused)
+        GetWindow()->Refresh();
+#endif
 }
 
 void DrawingPanel::EraseBackground(wxEraseEvent& ev)