update wxWidgets patch

an attempt to fix macOS build
This commit is contained in:
Ocraftyone 2023-11-27 02:35:55 -05:00
parent 0e2f88d386
commit bbf9b5f558
No known key found for this signature in database
GPG key ID: 85836ED21AD4D125

View file

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