BOARD_INSPECTION_TOOL::LocalRatsnestTool(): set a suitable cursor when activated.

This commit is contained in:
jean-pierre charras 2022-10-12 11:20:47 +02:00
parent 8176100cfc
commit d0d625dcb5
1 changed files with 2 additions and 0 deletions

View File

@ -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
{