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")
|
||||
else:
|
||||
self.text_widget.insert(tk.END,kwargs.get('end'))
|
||||
self.text_widget.see('end')
|
||||
root.update()
|
||||
if self.interrupt:
|
||||
self.interrupt=False
|
||||
|
|
Loading…
Reference in New Issue