Last bit of cleanup
This commit is contained in:
parent
719d0f2ffc
commit
ba3d2e57bd
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue