https://bugzilla.novell.com/show_bug.cgi?id=402211

User [EMAIL PROTECTED] added comment
https://bugzilla.novell.com/show_bug.cgi?id=402211#c4





--- Comment #4 from Sebastien Pouliot <[EMAIL PROTECTED]>  2008-06-26 14:29:14 
MDT ---
The message loops over three canvas
$13 = 0x9f34730 "MediaLive_playerPlayCanvas"
$14 = 0x9eb2640 "MediaLive_playerStopCanvas"
$15 = 0x9eb3fa0 "MediaLive_playerSoundCanvas"

This occurs because the method parameters width and height are both 0, which
mess the scale
cairo_matrix_scale (&matrix, width * rx, height * ry );

This can happens because Brush::SetupBrush calls uielement->GetSizeForBrush
(cr, &w, &h); and the Canvas returns 0 for both Width and Height

I can't see a visual difference for any of the canvas - but they are not shown
as width or height being zero in the application...


-- 
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
_______________________________________________
mono-bugs maillist  -  mono-bugs@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-bugs

Reply via email to