diff --git a/deps/wxWidgets/0001-patch-v3.2.1-for-OrcaSlicer.patch b/deps/wxWidgets/0001-patch-v3.2.1-for-OrcaSlicer.patch index d18f7b410a..25401d2a65 100644 --- a/deps/wxWidgets/0001-patch-v3.2.1-for-OrcaSlicer.patch +++ b/deps/wxWidgets/0001-patch-v3.2.1-for-OrcaSlicer.patch @@ -579,7 +579,7 @@ index f188e61089..3d3159ce9d 100644 } - else + //FIXME Vojtech's hack to get the accelerators assigned to the wxDataViewControl working. -+ else if (! implementation->DoHandleKeyEvent(event)) ++ else if (! DoHandleKeyEvent(event)) { wxWidgetCocoaImpl::keyEvent(event, slf, _cmd); // all other keys }