Blender Git Commit Log

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

3 Modified Paths:

/intern/ghost/intern/GHOST_ImeWin32.cpp (+4, -4) (Diff)
/intern/ghost/intern/GHOST_ImeWin32.h (+2, -2) (Diff)
/intern/ghost/intern/GHOST_SystemWin32.cpp (+2, -2) (Diff)
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021