Skip to content

Commit

Permalink
Add back setNeedsDisplay when deselect currently highlighted bar.
Browse files Browse the repository at this point in the history
  • Loading branch information
kcome committed Apr 3, 2022
1 parent 85cc87d commit e2d2038
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Source/Charts/Charts/ChartViewBase.swift
Original file line number Diff line number Diff line change
Expand Up @@ -447,6 +447,7 @@ open class ChartViewBase: NSUIView, ChartDataProvider, AnimatorDelegate
{
delegate?.chartValueNothingSelected?(self)
}
setNeedsDisplay()
return
}

Expand Down

0 comments on commit e2d2038

Please sign in to comment.