(Fixes issue 604)

This commit is contained in:
Christopher Lloyd 2011-01-29 23:42:33 -05:00
parent fee5a10ca0
commit 787c3594fd

View File

@ -847,6 +847,8 @@ static inline void buildTransformsIfNeeded(NSView *self) {
[self setNeedsDisplayInRect:[view frame]];
[view viewDidMoveToSuperview];
if(_wantsLayer)
[view setWantsLayer:YES];
}
@ -1162,7 +1164,7 @@ static inline void buildTransformsIfNeeded(NSView *self) {
}
-(void)viewDidMoveToSuperview {
NSUnimplementedMethod();
// Intentionally empty.
}
-(void)viewWillMoveToWindow:(NSWindow *)window {