mirror of
https://github.com/cappuccino/cappuccino.git
synced 2026-09-24 11:20:42 +00:00
Fixed: CPWindow setFrame:display: failed with an "unrecognized selector" exception.
This commit is contained in:
committed by
Ross Boucher
parent
972909902e
commit
2dccee05bc
@@ -692,7 +692,7 @@ CPTexturedBackgroundWindowMask
|
||||
|
||||
- (void)setFrame:(CGRect)aFrame display:(BOOL)shouldDisplay
|
||||
{
|
||||
[super setFrame:aFrame display:shouldDisplay animate:NO];
|
||||
[self setFrame:aFrame display:shouldDisplay animate:NO];
|
||||
}
|
||||
|
||||
/*!
|
||||
|
||||
Reference in New Issue
Block a user