Skip to content

Commit

Permalink
Simplify CPGrahicsTest slightly by connecting delegates in IB.
Browse files Browse the repository at this point in the history
  • Loading branch information
aljungberg committed Mar 11, 2012
1 parent cdb919d commit ebeb104
Show file tree
Hide file tree
Showing 3 changed files with 283 additions and 161 deletions.
4 changes: 0 additions & 4 deletions Tests/Manual/CPGraphicsTest/AppController.j
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,6 @@

- (void)awakeFromCib
{
[view1 setDelegate:self];
[view2 setDelegate:self];
[view3 setDelegate:self];
[view4 setDelegate:self];
}

- (void)viewWillDraw:(CPView)aView dirtyRect:(CGRect)dirtyRect
Expand Down
2 changes: 1 addition & 1 deletion Tests/Manual/CPGraphicsTest/Resources/MainMenu.cib

Large diffs are not rendered by default.

0 comments on commit ebeb104

Please sign in to comment.