Tastudio - fix crash when loading a state for a frame after the current movie length, tastudio was getting refreshed before the row count was being updated

This commit is contained in:
adelikat 2014-11-15 21:48:34 +00:00
parent ae9e31d984
commit eb292eddcc
1 changed files with 3 additions and 3 deletions

View File

@ -22,12 +22,12 @@ namespace BizHawk.Client.EmuHawk
return;
}
if (TasPlaybackBox.FollowCursor)
RefreshDialog();
if (TasPlaybackBox.FollowCursor) // TODO: we already refreshed in RefreshDialog now we will do it again, make this more efficient
{
SetVisibleIndex();
}
RefreshDialog();
}
public void FastUpdate()