re-order to fix apple defect

This commit is contained in:
Pfeil, Scott Robert 2020-07-22 13:58:17 -04:00
parent f9ce6e9f0f
commit 0b8cb361d2

View File

@ -64,9 +64,9 @@ open class RadioSwatch: Control {
public override func reset() {
super.reset()
bottomText.text = nil
isSelected = false
isEnabled = true
bottomText.text = nil
}
//------------------------------------------------------