 Alexander LjungbergandFrancisco Ryan Tolmasky I
|
ded413481c
|
Fixed: under certain circumstances controls would not be drawn despite a call to setNeedsDisplay:YES. A typical symptom of this was custom CPViews' drawRect never being called. The error was caused by _CPDisplayServer throwing away its remaining work whenever the display code of a control called setNeedsLayout.
|
2010-01-19 14:45:47 -08:00 |
|
Francisco Ryan Tolmasky I
|
2fbe026215
|
Further drawing fixes.
Reviewed by me.
|
2009-08-31 14:39:00 -07:00 |
|
Francisco Ryan Tolmasky I
|
efcc5d1054
|
Fixed a bug that could cause CPAccordionView to infinitely re-layout (due to autoresizing flags in child views), and added option to synchronously load cibs.
Reviewed by me.
|
2009-08-31 01:22:08 -07:00 |
|
Francisco Ryan Tolmasky I
|
2cf5b90183
|
Fixes for uncommon drawRect: bugs.
Reviewed by me.
|
2009-08-30 20:59:01 -07:00 |
|