tastudio: supposedly fix #1090 question mark

This commit is contained in:
vadosnaprimer 2018-01-10 22:32:22 +03:00
parent d074880242
commit fb692806c3
1 changed files with 3 additions and 0 deletions

View File

@ -111,6 +111,9 @@ namespace BizHawk.Client.EmuHawk
/// </summary>
public void SetVisibleIndex(int? indexThatMustBeVisible = null)
{
if (TasView.AlwaysScroll && _leftButtonHeld)
return;
if (!indexThatMustBeVisible.HasValue)
{
indexThatMustBeVisible = Emulator.Frame;