UI: flash base and update
This commit is contained in:
parent
922fff40e6
commit
dfaab40670
|
@ -119,6 +119,7 @@ class App:
|
||||||
self.text_widget.insert(tk.END,"\n")
|
self.text_widget.insert(tk.END,"\n")
|
||||||
else:
|
else:
|
||||||
self.text_widget.insert(tk.END,kwargs.get('end'))
|
self.text_widget.insert(tk.END,kwargs.get('end'))
|
||||||
|
self.text_widget.see('end')
|
||||||
root.update()
|
root.update()
|
||||||
if self.interrupt:
|
if self.interrupt:
|
||||||
self.interrupt=False
|
self.interrupt=False
|
||||||
|
|
Loading…
Reference in New Issue