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=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: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] QAContact: [EMAIL PROTECTED] @@ -33,6 +33,14 @@ ------- Additional Comments From [EMAIL PROTECTED] 2007-01-03 19:25 ------- Created an attachment (id=18446) Test Program + +------- Additional Comments From [EMAIL PROTECTED] 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. _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
