TAStudio - when adding input from column click, re-greenzone
This commit is contained in:
parent
ea6a61b4fb
commit
3726b15d3b
|
@ -205,6 +205,7 @@ namespace BizHawk.Client.EmuHawk
|
|||
foreach (var index in TasView.SelectedRows)
|
||||
{
|
||||
ToggleBoolState(index, columnName);
|
||||
GoToLastEmulatedFrameIfNecessary(TasView.SelectedRows.Min());
|
||||
}
|
||||
|
||||
RefreshDialog();
|
||||
|
|
Loading…
Reference in New Issue