Highlight net tool is not deactivated after a single use.

This commit is contained in:
Maciej Suminski 2016-01-29 10:56:29 +01:00
parent 7e697e8ef7
commit 1d39a2a44b
1 changed files with 1 additions and 1 deletions

View File

@ -69,7 +69,7 @@ int PICKER_TOOL::Main( const TOOL_EVENT& aEvent )
if( !getNext )
break;
else
m_toolMgr->PassEvent();
setControls();
}
else if( evt->IsCancel() || evt->IsActivate() )