Skip to content

Commit

Permalink
do not Invalidate() when dragging new points to prevent refresh bugs …
Browse files Browse the repository at this point in the history
…on Windows
  • Loading branch information
robnee authored and phkahler committed Jan 31, 2021
1 parent ebb194e commit 11a8a0a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/mouse.cpp
Expand Up @@ -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:
Expand Down

0 comments on commit 11a8a0a

Please sign in to comment.