Merge branch 'develop' into 'bugfix/priceLockup'

# Conflicts:
#   VDS/SupportingFiles/ReleaseNotes.txt
This commit is contained in:
Bruce, Matt R 2024-10-21 14:29:53 +00:00
commit cc530e5903
2 changed files with 7 additions and 0 deletions

View File

@ -111,6 +111,12 @@ open class FootnoteGroup: View {
width = nil
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() {
// symbol containers are as wide as the widest symbol container in the group.

View File

@ -1,6 +1,7 @@
1.0.76
----------------
- CXTDT-630735 - PriceLockup - Accessibility
- CXTDT-626164 - FootnoteGroup - Dark mode
1.0.75
----------------