hatari running message redraw screen

This commit is contained in:
2026-08-11 20:21:21 +02:00
parent 6e32223eef
commit 03f7e5eed4
+4 -1
View File
@@ -178,7 +178,10 @@ namespace MarcerGameDvdLauncher
{
errorService.ShowError(ex.Message);
}
// Redraw menu after Hatari has exited
// Redraw menu after Hatari has exited.
// Invalidate the cache because the modal overwrote
// a console row that the cache still considers valid.
menuRenderer.InvalidateCache();
DrawMenu(availableLines);
}
// flush input to avoid leftover key events after an enter/navigation