Skip to content

Commit

Permalink
Fixed issue #89
Browse files Browse the repository at this point in the history
  • Loading branch information
terryworona committed Aug 15, 2014
1 parent b763ae5 commit 36ec328
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions Classes/JBLineChartView.m
Original file line number Diff line number Diff line change
Expand Up @@ -896,8 +896,6 @@ - (void)setVerticalSelectionViewVisible:(BOOL)verticalSelectionViewVisible anima
{
_verticalSelectionViewVisible = verticalSelectionViewVisible;

[self bringSubviewToFront:self.verticalSelectionView];

if (animated)
{
[UIView animateWithDuration:kJBChartViewDefaultAnimationDuration delay:0.0 options:UIViewAnimationOptionBeginFromCurrentState animations:^{
Expand Down

0 comments on commit 36ec328

Please sign in to comment.