Skip to content

Commit

Permalink
bug fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Bailey Seymour committed Aug 5, 2015
1 parent deecf7c commit d48f286
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions PFColorAlert.mm
Expand Up @@ -257,6 +257,8 @@ - (void)setPrimaryColor:(UIColor *)primary
[self.saturationSlider updateGraphicsWithColor:primary];
[self.brightnessSlider updateGraphicsWithColor:primary];
[self.alphaSlider updateGraphicsWithColor:primary];

[self.haloView setValue:primary.hue];
}

- (void)hueChanged:(float)hue
Expand Down

0 comments on commit d48f286

Please sign in to comment.