disabledIndicatorColor get called to set value
This commit is contained in:
parent
7d38ed3466
commit
f21c59d6c3
@ -211,7 +211,7 @@ open class CarouselIndicator: Control, CarouselPageControlProtocol {
|
||||
|
||||
previousIndex = 0
|
||||
indicatorColor = model.inverted ? model.indicatorColor_inverted.uiColor : model.indicatorColor.uiColor
|
||||
disabledIndicatorColor = model.inverted ? model.disabledIndicatorColor_inverted.uiColor : model.disabledIndicatorColor.uiColor
|
||||
disabledIndicatorColor = model.disabledIndicatorColor.uiColor
|
||||
currentIndex = model.currentIndex
|
||||
isEnabled = model.enabled
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user