fix inputroll vertical scrollbar logic
This commit is contained in:
parent
a51bca38f0
commit
427f51f407
|
@ -1613,8 +1613,7 @@ namespace BizHawk.Client.EmuHawk
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
//NeedsVScrollbar = RowCount > 1;
|
NeedsVScrollbar = RowCount > 1;
|
||||||
NeedsVScrollbar = false;
|
|
||||||
NeedsHScrollbar = TotalColWidth.HasValue && TotalColWidth.Value - DrawWidth + 1 > 0;
|
NeedsHScrollbar = TotalColWidth.HasValue && TotalColWidth.Value - DrawWidth + 1 > 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue