Tastudio - calculate rowcount even during fast update, prevents exceptions when turbo seeking

This commit is contained in:
adelikat 2014-09-19 20:40:40 +00:00
parent 5ba9717445
commit 10a8b9a26c
1 changed files with 1 additions and 0 deletions

View File

@ -25,6 +25,7 @@ namespace BizHawk.Client.EmuHawk
return;
}
TasView.RowCount = _currentTasMovie.InputLogLength + 1;
SetVisibleIndex();
}