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
|
||||
{
|
||||
#ifdef MAC_OS_X_VERSION_10_6
|
||||
[[self inputContext] handleEvent:event];
|
||||
#endif // MAC_OS_X_VERSION_10_6
|
||||
}
|
||||
|
||||
/******************************************************************************/
|
||||
|
|
Loading…
Reference in a new issue