UI: flash base and update

This commit is contained in:
wellenvogel 2021-12-20 14:51:37 +01:00
parent 922fff40e6
commit dfaab40670
1 changed files with 1 additions and 0 deletions

View File

@ -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