Skip to content

Commit a16b2cc

Browse files
author
Fabrizio Scarano
committed
Added missing setNeedsUpdateConstraints()
1 parent 30944d7 commit a16b2cc

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

Sources/ScrollStackController/ScrollStackRow.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -242,6 +242,7 @@ open class ScrollStackRow: UIView, UIGestureRecognizerDelegate {
242242
applyParentStackAttributes()
243243

244244
separatorView.isHidden = isSeparatorHidden
245+
setNeedsUpdateConstraints()
245246
}
246247

247248
open override func updateConstraints() {

0 commit comments

Comments
 (0)