mirror of
https://github.com/MCV-Software/TWBlue.git
synced 2024-11-22 11:18:08 -06:00
Unhook return in buffers dialog.
This commit is contained in:
parent
2a3937bf55
commit
ab5f6fd12d
@ -124,7 +124,7 @@ class other_buffers(wx.Panel):
|
||||
def move_down(self, *args, **kwargs): pass
|
||||
|
||||
def get_event(self, ev):
|
||||
if ev.GetKeyCode() == wx.WXK_RETURN or ev.GetKeyCode() == wx.WXK_SPACE:
|
||||
if ev.GetKeyCode() == wx.WXK_SPACE:
|
||||
return True
|
||||
else:
|
||||
ev.Skip()
|
||||
|
Loading…
Reference in New Issue
Block a user