diff options
-rw-r--r-- | c/main.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -238,6 +238,7 @@ LRESULT CALLBACK WndProc(const HWND hWnd, const UINT uMsg, const WPARAM wParam, } case WM_THEMECHANGED: UpdateTheme(); + UpdateLayout(); break; case 0x02E0: /* WM_DPICHANGED */ { |