Skip to content

Commit

Permalink
Update segmented tracking control now that they work properly.
Browse files Browse the repository at this point in the history
  • Loading branch information
Nicholas Small committed Mar 1, 2010
1 parent 31c4759 commit 2ac3f82
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CPTrackingController.j
Expand Up @@ -66,7 +66,7 @@ CPTrackingRadioMode = 1;
if (!count)
return nil;

_trackingControl = [[CPSegmentedControl alloc] initWithFrame:CGRectMake(0.0, 0.0, 96.0, 24.0)];
_trackingControl = [[CPSegmentedControl alloc] initWithFrame:CGRectMake(0.0, 0.0, 0.0, 24.0)];
[_trackingControl setSegmentCount:count];
[_trackingControl setTrackingMode:CPSegmentSwitchTrackingSelectOne];
[_trackingControl setTarget:self];
Expand Down

0 comments on commit 2ac3f82

Please sign in to comment.