Partial cherry-pick of 79d062aefc.

This commit is contained in:
Jeff Young 2019-08-30 13:31:50 +01:00
parent 4500b064d8
commit be7215402b
1 changed files with 5 additions and 0 deletions

View File

@ -108,6 +108,11 @@ int PICKER_TOOL::Main( const TOOL_EVENT& aEvent )
break;
}
else if( evt->IsDblClick( BUT_LEFT ) || evt->IsDrag( BUT_LEFT ) )
{
// Not currently used, but we don't want to pass them either.
}
else if( evt->IsClick( BUT_RIGHT ) )
m_menu.ShowContextMenu();