diff -r 6fdcf1cbbec9 -r ca3918f9c96b ui/win32/toolkit.c --- a/ui/win32/toolkit.c Wed Nov 19 09:20:18 2025 +0100 +++ b/ui/win32/toolkit.c Wed Nov 19 11:41:33 2025 +0100 @@ -64,7 +64,10 @@ ui_window_init(); - INITCOMMONCONTROLSEX icex = { sizeof(icex), ICC_WIN95_CLASSES }; + INITCOMMONCONTROLSEX icex = { + sizeof(icex), + ICC_WIN95_CLASSES | ICC_LISTVIEW_CLASSES | ICC_TREEVIEW_CLASSES | ICC_BAR_CLASSES | ICC_TAB_CLASSES + }; InitCommonControlsEx(&icex); SetProcessDpiAwarenessContext(DPI_AWARENESS_CONTEXT_PER_MONITOR_AWARE_V2);