[Mono-bugs] [Bug 80447][Nor] Changed - [Windows] DoubleBuffer/TextRenderer problem
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Wed Jan 17 18:42:30 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 monkey at jpobst.com.
http://bugzilla.ximian.com/show_bug.cgi?id=80447
--- shadow/80447 2007-01-04 17:05:24.000000000 -0500
+++ shadow/80447.tmp.11431 2007-01-17 18:42:30.000000000 -0500
@@ -1,13 +1,13 @@
Bug#: 80447
Product: Mono: Class Libraries
Version: 1.2
OS: unknown
OS Details:
-Status: NEW
-Resolution:
+Status: RESOLVED
+Resolution: FIXED
Severity: Unknown
Priority: Normal
Component: Windows.Forms
AssignedTo: toshok at ximian.com
ReportedBy: monkey at jpobst.com
QAContact: mono-bugs at ximian.com
@@ -33,6 +33,14 @@
------- Additional Comments From monkey at jpobst.com 2007-01-03 19:25 -------
Created an attachment (id=18446)
Test Program
+
+------- Additional Comments From monkey at jpobst.com 2007-01-17 18:42 -------
+Apparently TextRenderer shouldn't be used with a Bitmap, as using it
+with a Bitmap on MS has the same problem. And our fallback double
+buffering implementation happens to use a Bitmap as the back buffer.
+Fixed by implementing proper DC based double buffering in XplatUIWin32.
+
+Fixed in r71232.
More information about the mono-bugs
mailing list