Add lobby auto-scroll

This commit is contained in:
2019-05-09 19:03:44 +02:00
parent 010b25eb19
commit 52cbdb0e80

View File

@@ -233,6 +233,7 @@ class Lobby:
self.chatTextDisplay.insert(tk.END, ': ', TEXT_SEPARATION)
self.chatTextDisplay.insert(tk.END, f'{message}\n', TEXT_MESSAGE)
self.chatTextDisplay.see(tk.END)
self.chatTextDisplay['state'] = tk.DISABLED
def show(self):