summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMnikolenko Productengine <mnikolenko@productengine.com>2021-12-13 12:14:14 +0200
committerMnikolenko Productengine <mnikolenko@productengine.com>2021-12-13 12:14:14 +0200
commitc21dad82072c417d9a8b1af8c83a5af02a0a4845 (patch)
tree05432ce13a4a08d0236630db6d3815417791570a
parent7683477547131c8cb371e1357b3d25ca07b2feb4 (diff)
SL-16467 FIXED "Keyboard layout" is not switched
-rw-r--r--indra/llwindow/llwindowwin32.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/llwindow/llwindowwin32.cpp b/indra/llwindow/llwindowwin32.cpp
index 86eca6872e..0064ee26d2 100644
--- a/indra/llwindow/llwindowwin32.cpp
+++ b/indra/llwindow/llwindowwin32.cpp
@@ -4568,7 +4568,7 @@ void LLWindowWin32::LLWindowWin32Thread::run()
{
LL_PROFILE_ZONE_NAMED("w32t - GetMessage");
logger.always("GetMessage(", std::hex, mWindowHandle, ")");
- status = GetMessage(&msg, mWindowHandle, 0, 0);
+ status = GetMessage(&msg, NULL, 0, 0);
}
if (status > 0)
{