#4424 don't try to update theme too early

master
Maxim Nikolenko 2025-07-24 00:44:16 +03:00 committed by GitHub
parent 0c89d06ec2
commit 9df3b30479
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 2 deletions

View File

@ -859,6 +859,7 @@ LLWindowWin32::LLWindowWin32(LLWindowCallbacks* callbacks,
// Initialize (boot strap) the Language text input management,
// based on the system's (or user's) default settings.
allowLanguageTextInput(NULL, false);
updateWindowTheme();
}
@ -1829,8 +1830,6 @@ void LLWindowWin32::recreateWindow(RECT window_rect, DWORD dw_ex_style, DWORD dw
mhDC = pair.second;
sWindowHandleForMessageBox = mWindowHandle;
updateWindowTheme();
}
void* LLWindowWin32::createSharedContext()