InputRoll - simplify

This commit is contained in:
adelikat 2019-12-03 18:34:13 -06:00
parent 3a4351c4ea
commit 16c525258f
1 changed files with 0 additions and 4 deletions

View File

@ -1525,12 +1525,8 @@ namespace BizHawk.Client.EmuHawk
private void OrientationChanged() private void OrientationChanged()
{ {
RecalculateScrollBars();
// TODO scroll to correct positions // TODO scroll to correct positions
ColumnChangedCallback(); ColumnChangedCallback();
RecalculateScrollBars();
Refresh(); Refresh();
} }