check emulation light
This commit is contained in:
parent
73b27d38cd
commit
89f8b421b8
1 changed files with 1 additions and 0 deletions
|
@ -87,6 +87,7 @@ class CheckLight(Dialog):
|
||||||
row = row + 1
|
row = row + 1
|
||||||
|
|
||||||
self.text = CodeText(self)
|
self.text = CodeText(self)
|
||||||
|
self.text.config(state=tk.DISABLED)
|
||||||
self.text.grid(row=row, column=0, sticky="nsew")
|
self.text.grid(row=row, column=0, sticky="nsew")
|
||||||
row = row + 1
|
row = row + 1
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue