From d0d625dcb53414da03814e8da438a16b5249da95 Mon Sep 17 00:00:00 2001 From: jean-pierre charras Date: Wed, 12 Oct 2022 11:20:47 +0200 Subject: [PATCH] BOARD_INSPECTION_TOOL::LocalRatsnestTool(): set a suitable cursor when activated. --- pcbnew/tools/board_inspection_tool.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pcbnew/tools/board_inspection_tool.cpp b/pcbnew/tools/board_inspection_tool.cpp index ee97cd73ff..c1bc89b33b 100644 --- a/pcbnew/tools/board_inspection_tool.cpp +++ b/pcbnew/tools/board_inspection_tool.cpp @@ -1546,6 +1546,8 @@ int BOARD_INSPECTION_TOOL::LocalRatsnestTool( const TOOL_EVENT& aEvent ) // Deactivate other tools; particularly important if another PICKER is currently running Activate(); + picker->SetCursor( KICURSOR::BULLSEYE ); + picker->SetClickHandler( [this, board]( const VECTOR2D& pt ) -> bool {