InputRoll - always redraw when RowCount is set, fixes #1729

This commit is contained in:
adelikat 2019-11-15 18:10:10 -06:00
parent 4d92a0a43d
commit 9e30d64954
1 changed files with 1 additions and 0 deletions

View File

@ -258,6 +258,7 @@ namespace BizHawk.Client.EmuHawk
set
{
_rowCount = value;
Invalidate();
RecalculateScrollBars();
}
}