InputRoll - fix LastVisibleIndex setter (tastudio now scrolls as it records)
This commit is contained in:
parent
7baa960b4b
commit
4196e03b58
|
@ -381,7 +381,7 @@ namespace BizHawk.Client.EmuHawk
|
|||
i = 0;
|
||||
}
|
||||
|
||||
ScrollPosition = 0;
|
||||
ScrollPosition = i;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue