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=82188 --- shadow/82188 2007-07-25 15:49:31.000000000 -0400 +++ shadow/82188.tmp.23188 2007-07-25 16:23:27.000000000 -0400 @@ -1,13 +1,13 @@ Bug#: 82188 Product: Mono: Class Libraries Version: 1.2 OS: All 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] @@ -37,6 +37,18 @@ Application.Run (new MainForm ()); } } ------- Additional Comments From [EMAIL PROTECTED] 2007-07-25 15:49 ------- This one is my fault. Will fix. + +------- Additional Comments From [EMAIL PROTECTED] 2007-07-25 16:23 ------- +Fixed in r82697. +Backported to 1-2-5 in r82699. + +2007-07-25 Jonathan Pobst <[EMAIL PROTECTED]> + * UpDownBase.cs: We cannot override SetBoundsCore for 2.0, which was +relayout-ing the children controls. Instead, we will just set up the +proper docking for the children controls so we don't have to worry +about it. [Fixes bug #82188] + +Thanks for catching this! _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
