tastudio: supposedly fix #1090 question mark
This commit is contained in:
parent
d074880242
commit
fb692806c3
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue