[Mono-bugs] [Bug 78865][Nor] Changed - CreateParams gets called multiple times for a Control or Form
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Thu Aug 10 16:13:12 EDT 2006
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 peter at novonyx.com.
http://bugzilla.ximian.com/show_bug.cgi?id=78865
--- shadow/78865 2006-07-15 06:27:11.000000000 -0400
+++ shadow/78865.tmp.21732 2006-08-10 16:13:12.000000000 -0400
@@ -1,13 +1,13 @@
Bug#: 78865
Product: Mono: Class Libraries
Version: unspecified
OS: unknown
OS Details:
-Status: NEW
-Resolution:
+Status: RESOLVED
+Resolution: FIXED
Severity: Unknown
Priority: Normal
Component: Windows.Forms
AssignedTo: peter at novonyx.com
ReportedBy: alex.olk at googlemail.com
QAContact: mono-bugs at ximian.com
@@ -51,6 +51,10 @@
inside CreateParams:
ControlBox = true;
MinimizeBox = false;
MaximizeBox = false;
+
+------- Additional Comments From peter at novonyx.com 2006-08-10 16:13 -------
+Fixed in svn. Calling multiple times is legal (and MS does, too). But
+we weren't considering the settings in CommonDialog. svn r63620
More information about the mono-bugs
mailing list