mirror of
https://github.com/cappuccino/cappuccino.git
synced 2026-08-25 04:57:03 +00:00
Delegate WillDisplayView is called before setNeedsDisplay now
This commit is contained in:
@@ -3570,8 +3570,8 @@ Your delegate can implement this method to avoid subclassing the tableview to ad
|
||||
[dataView unsetThemeState:CPThemeStateGroupRow];
|
||||
}
|
||||
|
||||
[self setNeedsDisplay:YES];
|
||||
[self _sendDelegateWillDisplayView:dataView forTableColumn:tableColumn row:row];
|
||||
[self setNeedsDisplay:YES];
|
||||
|
||||
if ([dataView superview] !== self)
|
||||
[self addSubview:dataView];
|
||||
|
||||
Reference in New Issue
Block a user