Skip to content

Commit 8e9b566

Browse files
committed
Merge branch 'master' into develop
2 parents b98e5c8 + 14564ba commit 8e9b566

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

Sources/ScrollStackController/ScrollStackRow.swift

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,9 @@ open class ScrollStackRow: UIView, UIGestureRecognizerDelegate {
6363
/// It's automatically managed when you change the axis of the parent stackview.
6464
internal var separatorAxis: NSLayoutConstraint.Axis = .horizontal {
6565
didSet {
66+
guard separatorAxis != oldValue else {
67+
return
68+
}
6669
didUpdateSeparatorViewContraintsIfNeeded()
6770
didUpdateSeparatorAxis()
6871
didUpdateSeparatorInsets()

0 commit comments

Comments
 (0)