From 4275fb120265460c910d3ffcf0e1f7cf67e7b1fe Mon Sep 17 00:00:00 2001 From: Koen Schmeets Date: Wed, 16 Dec 2020 19:04:18 +0100 Subject: [PATCH] Fix snap to grid not working in some situations --- src/graphicswin.cpp | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/graphicswin.cpp b/src/graphicswin.cpp index 5aed9663..33bb708d 100644 --- a/src/graphicswin.cpp +++ b/src/graphicswin.cpp @@ -1175,10 +1175,7 @@ void GraphicsWindow::MenuEdit(Command id) { } // Regenerate, with these points marked as dragged so that they // get placed as close as possible to our snap grid. - SS.GW.ClearPending(); - SS.GW.ClearSelection(); - SS.GW.Invalidate(); break; }