From 9d95a2c1ce6172ea73cf12562b7d3be722c700a3 Mon Sep 17 00:00:00 2001 From: Matt Bruce Date: Wed, 9 Nov 2022 07:09:20 -0600 Subject: [PATCH] fixed issue with drawing layer Signed-off-by: Matt Bruce --- VDS/Components/RadioSwatch/RadioSwatch.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/VDS/Components/RadioSwatch/RadioSwatch.swift b/VDS/Components/RadioSwatch/RadioSwatch.swift index f548f18d..0b39fd4a 100644 --- a/VDS/Components/RadioSwatch/RadioSwatch.swift +++ b/VDS/Components/RadioSwatch/RadioSwatch.swift @@ -142,7 +142,7 @@ open class RadioSwatchBase: Control, Accessable, DataTrackable, BinaryColorable setAccessibilityHint() setAccessibilityValue(isSelected) setAccessibilityLabel(isSelected) - setNeedsDisplay() + layer.setNeedsDisplay() } //--------------------------------------------------