aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Ankarström <john@ankarstrom.se>2022-07-24 03:38:16 +0200
committerJohn Ankarström <john@ankarstrom.se>2022-07-24 03:38:16 +0200
commit52a99a2b089b5feafa795243f3ddf8d9e93a5005 (patch)
tree6d4434d11b4b52b13b1192a93222c711f2003dc5
parent98f28569b631d36a6f129a17ea7589b48884c1eb (diff)
downloadEpisodeBrowser-52a99a2b089b5feafa795243f3ddf8d9e93a5005.tar.gz
Update layout on theme change.
-rw-r--r--c/main.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/c/main.cpp b/c/main.cpp
index d59fd1d..8ab7b7d 100644
--- a/c/main.cpp
+++ b/c/main.cpp
@@ -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 */
{