Please do not reply to this email- if you want to comment on the bug, go to the URL shown below and enter your comments there.
Changed by [EMAIL PROTECTED] http://bugzilla.ximian.com/show_bug.cgi?id=80592 --- shadow/80592 2007-01-24 03:52:25.000000000 -0500 +++ shadow/80592.tmp.13746 2007-01-24 06:46:27.000000000 -0500 @@ -1,13 +1,13 @@ Bug#: 80592 Product: Mono: Class Libraries Version: 1.2 OS: other OS Details: -Status: NEW -Resolution: +Status: RESOLVED +Resolution: FIXED Severity: Unknown Priority: Normal Component: Windows.Forms AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] QAContact: [EMAIL PROTECTED] @@ -65,6 +65,12 @@ make that code work. It currently doesn't because when OnResize is called from setting Size in the constructor size_grip.Visible is false. This seems strange, since it is set in UpdateSizeGripVisible. The Visible property returns false if the child is visible but the parent is not. So, I think the condition size_grip.Visible in OnResize should be removed, or at least changed. + +------- Additional Comments From [EMAIL PROTECTED] 2007-01-24 06:46 ------- +Commited r71583 that should fix this. + +The problem was that the form is resized before being made visible, +then when made visible the size grip's location wasn't updated. _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
