Merge branch 'bugfix/CXTDT-626164-footnoteGroup' into 'develop'
Fixed the defect CXTDT-626164 of FootnoteGroup See merge request BPHV_MIPS/vds_ios!319
This commit is contained in:
commit
482212e88c
@ -111,6 +111,12 @@ open class FootnoteGroup: View {
|
|||||||
width = nil
|
width = nil
|
||||||
footnoteItems = []
|
footnoteItems = []
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/// Used to make changes to the View based off a change events or from local properties.
|
||||||
|
open override func updateView() {
|
||||||
|
super.updateView()
|
||||||
|
updateFootnoteItems()
|
||||||
|
}
|
||||||
|
|
||||||
internal func updateFootnoteItems() {
|
internal func updateFootnoteItems() {
|
||||||
// symbol containers are as wide as the widest symbol container in the group.
|
// symbol containers are as wide as the widest symbol container in the group.
|
||||||
|
|||||||
@ -1,3 +1,7 @@
|
|||||||
|
1.0.76
|
||||||
|
----------------
|
||||||
|
- CXTDT-626164 - FootnoteGroup - Dark mode
|
||||||
|
|
||||||
1.0.75
|
1.0.75
|
||||||
----------------
|
----------------
|
||||||
- CXTDT-624895 - Badge - Custom FillColor and TextColor
|
- CXTDT-624895 - Badge - Custom FillColor and TextColor
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user