[Mono-bugs] [Bug 564302] New: setNeedsDisplay of CALayer bound incorrectly

bugzilla_noreply at novell.com bugzilla_noreply at novell.com
Sat Dec 12 18:41:57 EST 2009


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: gnorton at novell.com
        ReportedBy: ed at anuff.com
         QAContact: mono-bugs at lists.ximian.com
          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.


More information about the mono-bugs mailing list