Skip to content

Commit

Permalink
Merge pull request #13 from simonnoff/master
Browse files Browse the repository at this point in the history
Fixed order of sections and selectedSection
  • Loading branch information
LeonardoCardoso authored Apr 27, 2018
2 parents 73100ee + 30137d2 commit cff9612
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/SectionedSlider.swift
Original file line number Diff line number Diff line change
Expand Up @@ -487,8 +487,8 @@ open class SectionedSlider: UIView {
defer {
self.backgroundColor = palette.viewBackgroundColor

self.selectedSection = selectedSection
self.sections = sections
self.selectedSection = selectedSection
self.palette = palette
}

Expand Down

0 comments on commit cff9612

Please sign in to comment.