attempt to fix macos deps build

This commit is contained in:
Ocraftyone 2023-11-25 05:05:18 -05:00
parent 8a0b3953ed
commit d9c20b5121
No known key found for this signature in database
GPG key ID: 85836ED21AD4D125

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
}