do not Invalidate() when dragging new points to prevent refresh bugs on Windows

pull/919/head
robnee 2021-01-29 08:52:10 -05:00 committed by phkahler
parent ebb194eda6
commit 11a8a0abd5
1 changed files with 0 additions and 1 deletions

View File

@ -305,7 +305,6 @@ void GraphicsWindow::MouseMoved(double x, double y, bool leftDown,
HitTestMakeSelection(mp);
SS.MarkGroupDirtyByEntity(pending.point);
orig.mouse = mp;
Invalidate();
break;
case Pending::DRAGGING_POINTS: