Blender Git Commit Log
Git Commits -> Revision b34f177
Revision b34f177 by Sergey Sharybin (master) May 3, 2016, 10:20 (GMT) |
Fix T47841: Shift-space doesn't type space in type-in fields on Windows Shift-space was reserved for IME support, however IME will only be enabled on certain languages. We can avoid any IME-related exceptions form other languages without too much trouble. There's one weak point around ui_ime_is_lang_supported() tho, which is it might be doing string comparison a bit too much often now, this we can avoid by handling those checks from BLT. |
Commit Details:
Full Hash: b34f177a39ce9fdfac05f60d21f6b763833f00f2
Parent Commit: bff1577
Lines Changed: +7, -6
1 Modified Path:
/source/blender/editors/interface/interface_handlers.c (+7, -6) (Diff)