mirror of
https://port.numenaute.org/aleajactaest/khanat-code-old.git
synced 2024-11-13 02:39:34 +00:00
Fixed: #1119 Crash when pressing a key under Mac OS X 10.5.7
This commit is contained in:
parent
c7eef505e0
commit
397048420b
1 changed files with 2 additions and 0 deletions
|
@ -38,7 +38,9 @@
|
||||||
|
|
||||||
-(void)keyDown:(NSEvent*)event
|
-(void)keyDown:(NSEvent*)event
|
||||||
{
|
{
|
||||||
|
#ifdef MAC_OS_X_VERSION_10_6
|
||||||
[[self inputContext] handleEvent:event];
|
[[self inputContext] handleEvent:event];
|
||||||
|
#endif // MAC_OS_X_VERSION_10_6
|
||||||
}
|
}
|
||||||
|
|
||||||
/******************************************************************************/
|
/******************************************************************************/
|
||||||
|
|
Loading…
Reference in a new issue