Tastudio - calculate rowcount even during fast update, prevents exceptions when turbo seeking
This commit is contained in:
parent
5ba9717445
commit
10a8b9a26c
|
@ -25,6 +25,7 @@ namespace BizHawk.Client.EmuHawk
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
TasView.RowCount = _currentTasMovie.InputLogLength + 1;
|
||||||
SetVisibleIndex();
|
SetVisibleIndex();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue