Re: Anyone used iTableColumnHeader?
Re: Anyone used iTableColumnHeader?
- Subject: Re: Anyone used iTableColumnHeader?
- From: Andreas Mayer <email@hidden>
- Date: Wed, 17 Aug 2005 22:04:50 +0200
Am 17.08.2005 um 21:51 Uhr schrieb email@hidden:
The debugger seems to be stopping
on this line:
[attrs setValue:[NSColor colorWithCalibratedWhite:1.0 alpha:0.7]
forKey:@"NSColor"];
attrs shouldn't be nil, but even if it was this would be silently
ignored
though.
attrs was probably already released and the pointer now points to
garbage.
Make sure attrs is retained correctly.
Andreas
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden