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=82762 --- shadow/82762 2007-09-11 13:31:35.000000000 -0400 +++ shadow/82762.tmp.29843 2007-09-11 13:32:13.000000000 -0400 @@ -1,13 +1,13 @@ Bug#: 82762 Product: Mono: Class Libraries Version: 1.2 OS: unknown OS Details: -Status: NEW -Resolution: +Status: RESOLVED +Resolution: FIXED Severity: Unknown Priority: Minor Component: Windows.Forms AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] QAContact: [EMAIL PROTECTED] @@ -40,6 +40,19 @@ singly-anchored buttons do not return to their starting positions. (The form/dialog does not have maximize icons in Linux -- expected??) Also, on comparing the resized window with the MSFT equivalent shows also that the fault is that the singly-anchored buttons move too great a distance. + +------- Additional Comments From [EMAIL PROTECTED] 2007-09-11 13:32 ------- +Fixed in r85642. Thanks for the report! + +2007-09-11 Jonathan Pobst <monkey at jpobst dot com> + + * DefaultLayout.cs: When working with Anchor = none, and we move a + control, we need to update its dist_right/dist_bottom. + [Fixes bug #82762] + +2007-09-11 Jonathan Pobst <monkey at jpobst dot com> + + * DefaultLayoutTest.cs: Add test for bug #82762. _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
