Skip to content

Commit

Permalink
Changed the part of the code where the delegate gets called
Browse files Browse the repository at this point in the history
  • Loading branch information
AntonTheDev committed Aug 26, 2018
1 parent 767d03d commit c3d3ed7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Source/Charts/Charts/BarLineChartViewBase.swift
Original file line number Diff line number Diff line change
Expand Up @@ -779,15 +779,15 @@ open class BarLineChartViewBase: ChartViewBase, BarLineScatterCandleBubbleChartD
}

_isDragging = false

delegate?.chartViewDidEndPanning?(self)
}

if _outerScrollView !== nil
{
_outerScrollView?.nsuiIsScrollEnabled = true
_outerScrollView = nil
}

delegate?.chartViewDidEndPanning?(self)
}
}

Expand Down

0 comments on commit c3d3ed7

Please sign in to comment.