InputRoll: Fix bottom grid line in horizontal orientation if last column is rotatable.
This commit is contained in:
parent
606c3bf1c2
commit
0245888419
|
@ -1924,7 +1924,7 @@ namespace BizHawk.Client.EmuHawk
|
|||
|
||||
return 0.RangeToExclusive(_horizontalColumnTops.Length).Contains(index)
|
||||
? _horizontalColumnTops[index]
|
||||
: _horizontalColumnTops.Last() + CellHeight;
|
||||
: _horizontalColumnTops.Last() + _horizontalColumnHeights.Last();
|
||||
}
|
||||
|
||||
private int GetHColBottom(int index) =>
|
||||
|
|
Loading…
Reference in New Issue