correct typo
This commit is contained in:
parent
b78e03c23d
commit
28bb652887
|
@ -256,7 +256,7 @@ class WidgetDialog(Dialog):
|
|||
self.configuration = self.widget.config()
|
||||
self.current = {}
|
||||
self.options = {}
|
||||
options['.class'] = (None, 'Class')
|
||||
self.options['.class'] = (None, 'Class')
|
||||
self.current['.class'] = self.widget.winfo_class()
|
||||
for k, v in self.configuration.items():
|
||||
if len(v) > 4:
|
||||
|
|
Loading…
Reference in New Issue