From bbf9b5f5585d5887fdfaa79a3dd3c05a6be84aa8 Mon Sep 17 00:00:00 2001 From: Ocraftyone Date: Mon, 27 Nov 2023 02:35:55 -0500 Subject: [PATCH] update wxWidgets patch an attempt to fix macOS build --- deps/wxWidgets/0001-patch-v3.2.1-for-OrcaSlicer.patch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 }