input widget - delete deafult ContextMenu property, this was done to supress the context menu, but we supress it by other means, fixes #2222, for real this time

This commit is contained in:
adelikat 2020-09-01 12:52:41 -05:00
parent 36b7d9df28
commit dbddcfe665
1 changed files with 0 additions and 1 deletions

View File

@ -39,7 +39,6 @@ namespace BizHawk.Client.EmuHawk
public InputWidget()
{
ContextMenu = new ContextMenu();
_timer.Tick += Timer_Tick;
ClearBindings();
AutoTab = true;