Add lobby auto-scroll
This commit is contained in:
1
lobby.py
1
lobby.py
@@ -233,6 +233,7 @@ class Lobby:
|
|||||||
self.chatTextDisplay.insert(tk.END, ': ', TEXT_SEPARATION)
|
self.chatTextDisplay.insert(tk.END, ': ', TEXT_SEPARATION)
|
||||||
self.chatTextDisplay.insert(tk.END, f'{message}\n', TEXT_MESSAGE)
|
self.chatTextDisplay.insert(tk.END, f'{message}\n', TEXT_MESSAGE)
|
||||||
|
|
||||||
|
self.chatTextDisplay.see(tk.END)
|
||||||
self.chatTextDisplay['state'] = tk.DISABLED
|
self.chatTextDisplay['state'] = tk.DISABLED
|
||||||
|
|
||||||
def show(self):
|
def show(self):
|
||||||
|
|||||||
Reference in New Issue
Block a user