mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-12-05 16:51:07 -07:00
attempt to fix macos deps build
This commit is contained in:
parent
8a0b3953ed
commit
d9c20b5121
1 changed files with 1 additions and 1 deletions
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
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue