From d9c20b51216db1d409aeb0420d9d901000ad1b00 Mon Sep 17 00:00:00 2001 From: Ocraftyone Date: Sat, 25 Nov 2023 05:05:18 -0500 Subject: [PATCH] attempt to fix macos deps build --- deps/wxWidgets/0001-wxWidget-fix.patch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 }