InputRoll - simplify
This commit is contained in:
parent
3a4351c4ea
commit
16c525258f
|
@ -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();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue