Don't call VIEW::Redraw() from within the tool.
Fixes: lp:1828824 * https://bugs.launchpad.net/kicad/+bug/1828824
This commit is contained in:
parent
67cc2aac2e
commit
67f7571f04
|
@ -307,8 +307,6 @@ int EE_POINT_EDITOR::Main( const TOOL_EVENT& aEvent )
|
||||||
|
|
||||||
updateItem();
|
updateItem();
|
||||||
updatePoints();
|
updatePoints();
|
||||||
|
|
||||||
view->Redraw();
|
|
||||||
}
|
}
|
||||||
|
|
||||||
else if( evt->IsMouseUp( BUT_LEFT ) )
|
else if( evt->IsMouseUp( BUT_LEFT ) )
|
||||||
|
|
Loading…
Reference in New Issue