Control Themeables
Wednesday, October 20, 2021
Previously, AttributeWidgets obtained their values from their associated attributes when the AttributeWidget would have its theme applied. Now, CustomizePanels no longer receive the apply_theme() call since they are no longer considered child Themeables of the CustomizeMenu. The CustomizeMenu now has a single control CustomizePanel that shares all of its attributes with whichever CustomizePanel is currently open. The control CustomizePanel is a child Themeable of the CustomizeMenu, and does receive an apply_theme() call.