mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-20 11:53:48 +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
|
- 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))
|
||||||
{
|
{
|
||||||
[super keyDown:event]; // all other keys
|
[super keyDown:event]; // all other keys
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user