Make sure the postion relative tool gets activated when used.
Fixes: lp:1836978 * https://bugs.launchpad.net/kicad/+bug/1836978
This commit is contained in:
parent
43be58a1ea
commit
d746ba892d
|
@ -127,6 +127,8 @@ int POSITION_RELATIVE_TOOL::SelectPositionRelativeItem( const TOOL_EVENT& aEvent
|
|||
STATUS_TEXT_POPUP statusPopup( frame() );
|
||||
bool done = false;
|
||||
|
||||
Activate();
|
||||
|
||||
statusPopup.SetText( _( "Select reference item..." ) );
|
||||
|
||||
picker->SetClickHandler(
|
||||
|
|
Loading…
Reference in New Issue