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.
1 parent 2a01383 commit 76b62b0Copy full SHA for 76b62b0
System/Windows/Forms/Form.cs
@@ -362,8 +362,7 @@ internal void ResetGripRendererLocation()
362
if (uwfSizeGripRenderer == null)
363
return;
364
365
- var img = uwfSizeGripRenderer.Image;
366
- uwfSizeGripRenderer.Location = new Point(Width - img.Width - 2, Height - img.Height - 2);
+ uwfSizeGripRenderer.Location = new Point(Width - 12, Height - 12); // TODO: img error: Internal_GetWidth.
367
}
368
369
protected internal override void uwfOnLatePaint(PaintEventArgs e)
0 commit comments