diff --git a/src/burner/win32/scrn.cpp b/src/burner/win32/scrn.cpp index 1f9cca2fe..087e77519 100644 --- a/src/burner/win32/scrn.cpp +++ b/src/burner/win32/scrn.cpp @@ -1075,7 +1075,8 @@ static void OnCommand(HWND /*hDlg*/, int id, HWND /*hwndCtl*/, UINT codeNotify) VidSNewShortMsg(FBALoadStringEx(hAppInst, IDS_STATE_LOADED, true)); } else { VidSNewShortMsg(FBALoadStringEx(hAppInst, IDS_STATE_LOAD_ERROR, true), 0xFF3F3F); - } + } + PausedRedraw(); } break; case MENU_STATE_SAVE_SLOT: @@ -1086,6 +1087,7 @@ static void OnCommand(HWND /*hDlg*/, int id, HWND /*hwndCtl*/, UINT codeNotify) VidSNewShortMsg(FBALoadStringEx(hAppInst, IDS_STATE_SAVE_ERROR, true), 0xFF3F3F); SetPauseMode(1); } + PausedRedraw(); } break;