[Mono-bugs] [Bug 78052][Nor] Changed - Repaint not triggered when windows are unmapped
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Fri Aug 25 16:12:26 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 jackson at ximian.com.
http://bugzilla.ximian.com/show_bug.cgi?id=78052
--- shadow/78052 2006-05-17 16:39:35.000000000 -0400
+++ shadow/78052.tmp.26814 2006-08-25 16:12:26.000000000 -0400
@@ -43,6 +43,27 @@
This is on Linux.
------- Additional Comments From peter at novonyx.com 2006-05-17 16:39 -------
The problem is double-buffering. Button is marked as double-buffer,
and for some reason in this case the contents of the buffer are
invalid. Am still thinking about a fix.
+
+------- Additional Comments From jackson at ximian.com 2006-08-25 16:12 -------
+OK I have been working on this for a bit, trying to figure out what it
+is.
+
+I do not think the problem is the double buffer, I can save the
+contents of the buffer, and they look fine, also if instead of drawing
+the buffer image, i do a Fillrectangle the fill does not show up.
+
+I do not think the problem is clipping, I checked the paint events
+clipping rectangle, and reset the graphics clipping rectangle.
+
+The surface appears to be created correctly with cairo.
+
+The Flush does not seem to raise any errors with cairo.
+
+.....hmmm
+
+
+
+
More information about the mono-bugs
mailing list