mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-12-10 23:38:41 -07:00
update wxWidgets patch
an attempt to fix macOS build
This commit is contained in:
parent
0e2f88d386
commit
bbf9b5f558
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue