We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0728b8e + 245611e commit 532eba6Copy full SHA for 532eba6
Src/SwqlStudio/Utils/DpiHelper.cs
@@ -31,7 +31,9 @@ internal static class DpiHelper
31
/// <para>This should be called in the <paramref name="control"/>'s constructor.</para></remarks>
32
public static void FixFont(Control control)
33
{
34
+ control.SuspendLayout();
35
control.Font = DefaultFont;
36
+ control.ResumeLayout();
37
}
38
39
/// <summary>
0 commit comments