diff --git a/VDS/Components/Footnote/FootnoteGroup.swift b/VDS/Components/Footnote/FootnoteGroup.swift index 4a2a00c7..9eb6a10d 100644 --- a/VDS/Components/Footnote/FootnoteGroup.swift +++ b/VDS/Components/Footnote/FootnoteGroup.swift @@ -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. diff --git a/VDS/SupportingFiles/ReleaseNotes.txt b/VDS/SupportingFiles/ReleaseNotes.txt index 7b460dc3..ab4ddef2 100644 --- a/VDS/SupportingFiles/ReleaseNotes.txt +++ b/VDS/SupportingFiles/ReleaseNotes.txt @@ -1,6 +1,7 @@ 1.0.76 ---------------- - CXTDT-630735 - PriceLockup - Accessibility +- CXTDT-626164 - FootnoteGroup - Dark mode 1.0.75 ----------------