do not Invalidate() when dragging new points to prevent refresh bugs on Windows
parent
ebb194eda6
commit
11a8a0abd5
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue