]> git.unchartedbackwaters.co.uk Git - francis/winuae.git/commitdiff
Initial ROM scan window dark mode support
authorToni Wilen <twilen@winuae.net>
Sat, 6 Jan 2024 16:07:21 +0000 (18:07 +0200)
committerToni Wilen <twilen@winuae.net>
Sat, 6 Jan 2024 16:07:21 +0000 (18:07 +0200)
od-win32/win32gui.cpp

index 5d813e689f8d186ab8ff27e98df4bc97c76844d8..73e7d5123e76d705319d7172de623c3006d459e8 100644 (file)
@@ -2120,6 +2120,7 @@ int scan_roms (HWND hDlg, int show)
        if (fkey == NULL)
                goto end;
 
+       InitializeDarkMode();
 
        if (!rp_isactive ()) {
                hwnd = CustomCreateDialog(IDD_INFOBOX, hDlg, InfoBoxDialogProc, &cdstate);