mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-14 00:52:04 +00:00
attempt to fix macos deps build
This commit is contained in:
2
deps/wxWidgets/0001-wxWidget-fix.patch
vendored
2
deps/wxWidgets/0001-wxWidget-fix.patch
vendored
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user