Lua - make a call to DrawFinish() when closing the lua console. Fixes endless locked emu surface errors when opening it back up and loading a script that draws

This commit is contained in:
adelikat 2016-11-08 10:37:59 -06:00
parent 8041d6b85c
commit ec502acd1d
1 changed files with 1 additions and 0 deletions

View File

@ -63,6 +63,7 @@ namespace BizHawk.Client.EmuHawk
SaveColumnInfo(LuaListView, Settings.Columns);
CloseLua();
GlobalWin.DisplayManager.ClearLuaSurfaces();
LuaImp.GuiLibrary.DrawFinish();
}
else
{