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:
parent
ae9e31d984
commit
eb292eddcc
|
@ -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()
|
||||
|
|
Loading…
Reference in New Issue