Merge branch 'develop' into 'bugfix/priceLockup'
# Conflicts: # VDS/SupportingFiles/ReleaseNotes.txt
This commit is contained in:
commit
cc530e5903
@ -112,6 +112,12 @@ open class FootnoteGroup: View {
|
|||||||
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.
|
||||||
var symbolMaxWidth = 0.0
|
var symbolMaxWidth = 0.0
|
||||||
|
|||||||
@ -1,6 +1,7 @@
|
|||||||
1.0.76
|
1.0.76
|
||||||
----------------
|
----------------
|
||||||
- CXTDT-630735 - PriceLockup - Accessibility
|
- CXTDT-630735 - PriceLockup - Accessibility
|
||||||
|
- CXTDT-626164 - FootnoteGroup - Dark mode
|
||||||
|
|
||||||
1.0.75
|
1.0.75
|
||||||
----------------
|
----------------
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user