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:
parent
36b7d9df28
commit
dbddcfe665
|
@ -39,7 +39,6 @@ namespace BizHawk.Client.EmuHawk
|
|||
|
||||
public InputWidget()
|
||||
{
|
||||
ContextMenu = new ContextMenu();
|
||||
_timer.Tick += Timer_Tick;
|
||||
ClearBindings();
|
||||
AutoTab = true;
|
||||
|
|
Loading…
Reference in New Issue