Revert "attempt to fix macos deps build"

Mistakenly made change to wrong file

This reverts commit d9c20b5121.
This commit is contained in:
Ocraftyone
2023-11-27 02:33:13 -05:00
parent 0944c4254b
commit 0e2f88d386

View File

@@ -597,7 +597,7 @@ index 6ff0cc3088..4943f3ea38 100644
}
- else
+ //FIXME Vojtech's hack to get the accelerators assigned to the wxDataViewControl working.
+ else if (! DoHandleKeyEvent(event))
+ else if (! implementation->DoHandleKeyEvent(event))
{
[super keyDown:event]; // all other keys
}