From 2dc9d2ae665bab99af2a5c5b53075226a7100287 Mon Sep 17 00:00:00 2001 From: Maciej Suminski Date: Tue, 7 Jul 2015 18:36:47 +0200 Subject: [PATCH] PNS: hide cursor after inline dragging. --- pcbnew/router/router_tool.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/pcbnew/router/router_tool.cpp b/pcbnew/router/router_tool.cpp index 720cff7b4a..5b4c55af9e 100644 --- a/pcbnew/router/router_tool.cpp +++ b/pcbnew/router/router_tool.cpp @@ -828,6 +828,7 @@ int ROUTER_TOOL::InlineDrag( const TOOL_EVENT& aEvent ) ctls->SetAutoPan( false ); ctls->ForceCursorPosition( false ); + ctls->ShowCursor( false ); return 0; }