use method of Setting, and not method of Setting.text
This commit is contained in:
@ -41,7 +41,7 @@ class SettingsList(wx.GridSizer):
|
||||
return res
|
||||
|
||||
def set(self, name, value):
|
||||
self.children[name].text.SetValue(value)
|
||||
self.children[name].set_value(value)
|
||||
|
||||
def __getitem__(self, key):
|
||||
return self.children[key]
|
||||
|
Reference in New Issue
Block a user