[Mono-bugs] [Bug 81318][Maj] Changed - Cairo draws nothing on feisty fawn
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Sat May 26 22:31:47 EDT 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 john.luke at gmail.com.
http://bugzilla.ximian.com/show_bug.cgi?id=81318
--- shadow/81318 2007-05-07 05:56:34.000000000 -0400
+++ shadow/81318.tmp.30493 2007-05-26 22:31:47.000000000 -0400
@@ -121,6 +121,13 @@
porting Silverlight to Mono...I think that would be great! But isn't
it important to fix such showstoppers like this bug before?! Don't
take this personal, but I think it's urgent now!! I'd like to get
cairo work again, and I think Stefan and many more would be happy too!
Greetings, Tom
+
+------- Additional Comments From john.luke at gmail.com 2007-05-26 22:31 -------
+That is probably a bug in that helper file (Graphics.cs),
+you should use the real gtk 2.8 and newer way if at all possible:
+Cairo.Context gr = Gdk.CairoHelper.Create (area.GdkWindow);
+
+which then seems to work.
More information about the mono-bugs
mailing list