When closing the lua console - clear the lua surface
This commit is contained in:
parent
5db099ec8f
commit
fe09023ef6
|
@ -41,6 +41,7 @@ namespace BizHawk.Client.EmuHawk
|
|||
if (AskSave())
|
||||
{
|
||||
SaveConfigSettings();
|
||||
GlobalWin.DisplayManager.ClearLuaSurfaces();
|
||||
}
|
||||
else
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue