InputRoll - Resize does need a refresh, use FastDraw to minimize the lagginess
This commit is contained in:
parent
8e139b4b5b
commit
599415c848
|
@ -1533,6 +1533,7 @@ namespace BizHawk.Client.EmuHawk
|
|||
{
|
||||
RecalculateScrollBars();
|
||||
base.OnResize(e);
|
||||
FastDraw();
|
||||
}
|
||||
|
||||
private void OrientationChanged()
|
||||
|
|
Loading…
Reference in New Issue