Skip to content

Commit

Permalink
[iOS] No need to hook on setFrame
Browse files Browse the repository at this point in the history
  • Loading branch information
Romain Goyet committed Dec 19, 2011
1 parent e81dda9 commit b80fdfc
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/gui_ios.m
Expand Up @@ -77,11 +77,6 @@ - (void)drawRect:(CGRect)rect {
}
}

- (void)setFrame:(CGRect)frame {
[super setFrame:frame];
[self resizeShell];
}

- (void)layoutSubviews {
[super layoutSubviews];
[self resizeShell];
Expand Down

0 comments on commit b80fdfc

Please sign in to comment.