diff --git a/src/draw.cpp b/src/draw.cpp index 00adf7a..2adf4f4 100644 --- a/src/draw.cpp +++ b/src/draw.cpp @@ -454,7 +454,7 @@ void GraphicsWindow::HitTestMakeSelection(Point2d mp) { if(!sel.Equals(&hover)) { hover = sel; - PaintGraphics(); + InvalidateGraphics(); } }