Re: -setNeedsDisplay: different between Tiger and Leopard
Re: -setNeedsDisplay: different between Tiger and Leopard
- Subject: Re: -setNeedsDisplay: different between Tiger and Leopard
- From: "I. Savant" <email@hidden>
- Date: Fri, 14 Dec 2007 13:15:32 -0500
> What's the simplest way to fix this on all OSes?
[control display]; // clean up at old location
[control setFrame:newFrame]; // move control
[control setNeedsDisplay:YES]; // redraw at new location
--
I.S.
_______________________________________________
Cocoa-dev mailing list (email@hidden)
Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden