http://bugzilla.novell.com/show_bug.cgi?id=564302

http://bugzilla.novell.com/show_bug.cgi?id=564302#c0


           Summary: setNeedsDisplay of CALayer bound incorrectly
    Classification: Mono
           Product: MonoTouch
           Version: unspecified
          Platform: Other
        OS/Version: Other
            Status: NEW
          Severity: Normal
          Priority: P5 - None
         Component: Class Libraries
        AssignedTo: [email protected]
        ReportedBy: [email protected]
         QAContact: [email protected]
          Found By: ---
           Blocker: ---


User-Agent:       Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.6; en-US;
rv:1.9.1.5) Gecko/20091102 Firefox/3.5.5

setNeedsDisplay of CALayer is bound as a property when it's a really a method
which doesn't take a parameter.

Invoking it as currently bound looks like this:

layer.NeedsDisplay = true;

which results in the following error:

CALayerDelegateRepro[2125:207] *** -[CALayer setNeedsDisplay:]: unrecognized
selector sent to instance 0x510e2a0

Reproducible: Always

Steps to Reproduce:
1.
2.
3.

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

Reply via email to