Blender Git Loki
Git Commits -> Revision a919b0e
Revision a919b0e by Brecht Van Lommel (master) May 11, 2013, 10:15 (GMT) |
Fix #35265: on OS X, pressing system shortcuts such as cmd+M or cmd+` would both insert text in the text editor and do the associated operation like minimizing the window or switching windows. The code was always doing both without trying to ensure only one is done. Now we integrate a bit better with the event handling and pass the event to NSApp, which then decides to handle the event itself or pass it on to the window, from where we then send it back to be handled. |
Commit Details:
Full Hash: a919b0e4c3968dac3f357b2d65d1f2c9b285168b
SVN Revision: 56683
Parent Commit: 561cf26
Lines Changed: +105, -87