mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-07-26 20:32:06 +00:00
update wxWidgets patch
an attempt to fix macOS build
This commit is contained in:
@@ -579,7 +579,7 @@ index f188e61089..3d3159ce9d 100644
|
|||||||
}
|
}
|
||||||
- else
|
- else
|
||||||
+ //FIXME Vojtech's hack to get the accelerators assigned to the wxDataViewControl working.
|
+ //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
|
wxWidgetCocoaImpl::keyEvent(event, slf, _cmd); // all other keys
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user