Don't call VIEW::Redraw() from within the tool.

Fixes: lp:1828824
* https://bugs.launchpad.net/kicad/+bug/1828824
This commit is contained in:
Jeff Young 2019-05-20 19:04:52 +01:00
parent 67cc2aac2e
commit 67f7571f04
1 changed files with 0 additions and 2 deletions

View File

@ -307,8 +307,6 @@ int EE_POINT_EDITOR::Main( const TOOL_EVENT& aEvent )
updateItem();
updatePoints();
view->Redraw();
}
else if( evt->IsMouseUp( BUT_LEFT ) )