Highlight net tool is not deactivated after a single use.
This commit is contained in:
parent
7e697e8ef7
commit
1d39a2a44b
|
@ -69,7 +69,7 @@ int PICKER_TOOL::Main( const TOOL_EVENT& aEvent )
|
||||||
if( !getNext )
|
if( !getNext )
|
||||||
break;
|
break;
|
||||||
else
|
else
|
||||||
m_toolMgr->PassEvent();
|
setControls();
|
||||||
}
|
}
|
||||||
|
|
||||||
else if( evt->IsCancel() || evt->IsActivate() )
|
else if( evt->IsCancel() || evt->IsActivate() )
|
||||||
|
|
Loading…
Reference in New Issue