[Mono-bugs] [Bug 434568] New: Paintdotnet: FillRectangle does nothing

bugzilla_noreply at novell.com bugzilla_noreply at novell.com
Sat Oct 11 18:37:37 EDT 2008


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


           Summary: Paintdotnet: FillRectangle does nothing
           Product: Mono: Class Libraries
           Version: SVN
          Platform: Other
        OS/Version: Other
            Status: NEW
          Severity: Normal
          Priority: P5 - None
         Component: libgdiplus
        AssignedTo: mono-bugs at lists.ximian.com
        ReportedBy: avidigal at novell.com
         QAContact: mono-bugs at lists.ximian.com
          Found By: ---


See http://code.google.com/p/paint-mono/issues/detail?id=3&can=7

On startup, paintdotnet paints the control representing the entire drawing area
using FillRectangle with white, but the control never appears painted and is
completely transparent. Forcing the OnPaint event to run again properly paints
the area.

If I replace the SD FillRectangle call with a direct call to XFillRectangle, it
paints properly, so winforms looks to be getting the right events in the right
order, and this looks like some issue with libgdiplus and/or cairo afaict.


-- 
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.


More information about the mono-bugs mailing list