mirror of
https://github.com/skoelle/marcer-gamedvd-launcher.git
synced 2026-09-17 18:50:25 +00:00
hatari running message redraw screen
This commit is contained in:
@@ -178,7 +178,10 @@ namespace MarcerGameDvdLauncher
|
|||||||
{
|
{
|
||||||
errorService.ShowError(ex.Message);
|
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);
|
DrawMenu(availableLines);
|
||||||
}
|
}
|
||||||
// flush input to avoid leftover key events after an enter/navigation
|
// flush input to avoid leftover key events after an enter/navigation
|
||||||
|
|||||||
Reference in New Issue
Block a user