InputRoll - Resize does need a refresh, use FastDraw to minimize the lagginess

This commit is contained in:
adelikat 2019-12-10 12:34:31 -06:00
parent 8e139b4b5b
commit 599415c848
1 changed files with 1 additions and 0 deletions

View File

@ -1533,6 +1533,7 @@ namespace BizHawk.Client.EmuHawk
{
RecalculateScrollBars();
base.OnResize(e);
FastDraw();
}
private void OrientationChanged()