Skip to content

Commit

Permalink
Small Optimization Before Commit
Browse files Browse the repository at this point in the history
  • Loading branch information
CarJem committed Feb 7, 2020
1 parent b664e17 commit 2219e01
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,7 @@ private void UpdateRenderingScale()

private void Editor_Resize(object sender, EventArgs e)
{
UpdateDPIScale();
UpdateRenderingScale();
}

Expand Down

0 comments on commit 2219e01

Please sign in to comment.