[Mono-bugs] [Bug 80639][Min] Changed - TextBox.OnPaint should not be called
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Sat Mar 10 14:37:03 EST 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 jackson at ximian.com.
http://bugzilla.ximian.com/show_bug.cgi?id=80639
--- shadow/80639 2007-02-07 14:48:40.000000000 -0500
+++ shadow/80639.tmp.26418 2007-03-10 14:37:02.000000000 -0500
@@ -1,13 +1,13 @@
Bug#: 80639
Product: Mono: Class Libraries
Version: 1.2
OS: other
OS Details:
-Status: NEW
-Resolution:
+Status: RESOLVED
+Resolution: FIXED
Severity: Unknown
Priority: Minor
Component: Windows.Forms
AssignedTo: jackson at ximian.com
ReportedBy: georgegiolfan at yahoo.com
QAContact: mono-bugs at ximian.com
@@ -29,6 +29,9 @@
class MyTextBox : TextBox {
protected override void OnPaint(PaintEventArgs e) {
Debug.Fail(null);
}
}
}
+
+------- Additional Comments From jackson at ximian.com 2007-03-10 14:37 -------
+Fixed.
More information about the mono-bugs
mailing list