Last bit of cleanup

This commit is contained in:
MikeTheWatchGuy 2019-05-15 10:03:54 -04:00
parent 719d0f2ffc
commit ba3d2e57bd

View file

@ -907,7 +907,6 @@ class Radio(Element):
if value is not None: if value is not None:
try: try:
self.TKIntVar.set(self.EncodedRadioValue) self.TKIntVar.set(self.EncodedRadioValue)
self.InitialState = value
except: except:
pass pass
self.InitialState = value self.InitialState = value