attempt to fix macos deps build

This commit is contained in:
Ocraftyone
2023-11-25 05:05:18 -05:00
parent 8a0b3953ed
commit d9c20b5121

View File

@@ -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
}