TAStudio - when adding input from column click, re-greenzone

This commit is contained in:
adelikat 2014-10-15 14:36:08 +00:00
parent ea6a61b4fb
commit 3726b15d3b
1 changed files with 1 additions and 0 deletions

View File

@ -205,6 +205,7 @@ namespace BizHawk.Client.EmuHawk
foreach (var index in TasView.SelectedRows)
{
ToggleBoolState(index, columnName);
GoToLastEmulatedFrameIfNecessary(TasView.SelectedRows.Min());
}
RefreshDialog();