diff --git a/PySimpleGUI.py b/PySimpleGUI.py index e15399ee..2e1741b6 100644 --- a/PySimpleGUI.py +++ b/PySimpleGUI.py @@ -907,7 +907,6 @@ class Radio(Element): if value is not None: try: self.TKIntVar.set(self.EncodedRadioValue) - self.InitialState = value except: pass self.InitialState = value