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())
|
if (AskSave())
|
||||||
{
|
{
|
||||||
SaveConfigSettings();
|
SaveConfigSettings();
|
||||||
|
GlobalWin.DisplayManager.ClearLuaSurfaces();
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue