Blender Git Loki
Git Commits -> Revision 07b702f
Revision 07b702f by Harley Acheson (master) August 4, 2021, 21:30 (GMT) |
Win32 IME: Rename SetInputLanguage() GHOST_ImeWin32::SetInputLanguage() has a confusing name because it does not set the input language. It actually retrieves the current input locale from the OS and caches the value of the current input language ID. Therefore this patch renames it to "UpdateInputLanguage" Differential Revision: https://developer.blender.org/D12134 Reviewed by Ray Molenkamp |
Commit Details:
Full Hash: 07b702f82846322df4b0b6065db90d7e3ebf3eb1
Parent Commit: 1d1020b
Lines Changed: +8, -8