InputRoll - always redraw when RowCount is set, fixes #1729
This commit is contained in:
parent
4d92a0a43d
commit
9e30d64954
|
@ -258,6 +258,7 @@ namespace BizHawk.Client.EmuHawk
|
|||
set
|
||||
{
|
||||
_rowCount = value;
|
||||
Invalidate();
|
||||
RecalculateScrollBars();
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue