[Mono-bugs] [Bug 82188][Nor] Changed - [2.0] NumericUpDown broken
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Wed Jul 25 16:23:27 EDT 2007
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 monkey at jpobst.com.
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: monkey at jpobst.com
ReportedBy: gert.driesen at pandora.be
QAContact: mono-bugs at ximian.com
@@ -37,6 +37,18 @@
Application.Run (new MainForm ());
}
}
------- Additional Comments From monkey at jpobst.com 2007-07-25 15:49 -------
This one is my fault. Will fix.
+
+------- Additional Comments From monkey at jpobst.com 2007-07-25 16:23 -------
+Fixed in r82697.
+Backported to 1-2-5 in r82699.
+
+2007-07-25 Jonathan Pobst <monkey at jpobst.com>
+ * 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!
More information about the mono-bugs
mailing list