From 67f7571f0419237b01a844a423be4decf3069441 Mon Sep 17 00:00:00 2001 From: Jeff Young Date: Mon, 20 May 2019 19:04:52 +0100 Subject: [PATCH] Don't call VIEW::Redraw() from within the tool. Fixes: lp:1828824 * https://bugs.launchpad.net/kicad/+bug/1828824 --- eeschema/tools/ee_point_editor.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/eeschema/tools/ee_point_editor.cpp b/eeschema/tools/ee_point_editor.cpp index 817e1b4b8f..563cd83f50 100644 --- a/eeschema/tools/ee_point_editor.cpp +++ b/eeschema/tools/ee_point_editor.cpp @@ -307,8 +307,6 @@ int EE_POINT_EDITOR::Main( const TOOL_EVENT& aEvent ) updateItem(); updatePoints(); - - view->Redraw(); } else if( evt->IsMouseUp( BUT_LEFT ) )