Lua - tastudio.applyinputchanges() - always refresh tastudio - fixes #1799

This commit is contained in:
adelikat 2020-01-18 14:53:12 -06:00
parent 67ff6abb17
commit f9435fb17f
1 changed files with 1 additions and 0 deletions

View File

@ -306,6 +306,7 @@ namespace BizHawk.Client.EmuHawk
}
}
_changeList.Clear();
Tastudio.Refresh();
Tastudio.JumpToGreenzone();
Tastudio.DoAutoRestore();
}