Skip to content
This repository has been archived by the owner on Dec 2, 2020. It is now read-only.

Commit

Permalink
Merge pull request #118 from Vernsu/master
Browse files Browse the repository at this point in the history
fix bug about colorTouchInputLine
  • Loading branch information
Boris-Em committed Dec 23, 2014
2 parents fde1eed + bc730ac commit be78811
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Classes/BEMSimpleLineGraphView.m
Original file line number Diff line number Diff line change
Expand Up @@ -1156,7 +1156,7 @@ - (CGFloat)yPositionForDotValue:(CGFloat)dotValue {
#pragma mark - Customization Methods

- (void)setColorTouchInputLine:(UIColor *)colorTouchInputLine {
self.touchInputLine.backgroundColor = colorTouchInputLine;
_colorTouchInputLine = colorTouchInputLine;
}

#pragma mark - Other Methods
Expand Down

0 comments on commit be78811

Please sign in to comment.