Input Roll - fix vertical scrollbar placement logic
This commit is contained in:
parent
39b7b1c1fc
commit
cee8c0dcb9
|
@ -1165,6 +1165,7 @@ namespace BizHawk.Client.EmuHawk
|
|||
VBar.Maximum = RowsToPixels(RowCount + 1) - DrawHeight + VBar.LargeChange - 1;
|
||||
}
|
||||
|
||||
VBar.Location = new Point(Width - 17, 0);
|
||||
VBar.Size = new Size(VBar.Width, Height);
|
||||
VBar.Visible = true;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue