diff --git a/deps/wxWidgets/0001-wxWidget-fix.patch b/deps/wxWidgets/0001-wxWidget-fix.patch index 1104d5d147..65600f7fcc 100644 --- a/deps/wxWidgets/0001-wxWidget-fix.patch +++ b/deps/wxWidgets/0001-wxWidget-fix.patch @@ -597,7 +597,7 @@ index 6ff0cc3088..4943f3ea38 100644 } - else + //FIXME Vojtech's hack to get the accelerators assigned to the wxDataViewControl working. -+ else if (! implementation->DoHandleKeyEvent(event)) ++ else if (! DoHandleKeyEvent(event)) { [super keyDown:event]; // all other keys }