How to prevent redrawing window when resized
How to prevent redrawing window when resized
- Subject: How to prevent redrawing window when resized
- From: Vojtěch Meluzín <email@hidden>
- Date: Wed, 02 Nov 2011 20:13:03 +0100
Hi,
I'm having a window with just a single custom view in it. The window is
resizable and when resized I need the view to be redrawed. But when
dragging the corner and resizing the window, OS first fills the window with
white, then paints the previous image left bottom and finally asks the view
to redraw. It looks like the window is jumping. Is there a way to prevent
OS from filling the window with white and painting the original image, and
rather ask the view immediately?
Thanks,
Vojtech
_______________________________________________
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