From 0927a888d5fbf75b752e3b8b7fa9c23bcbd76b2c Mon Sep 17 00:00:00 2001 From: David Athay Date: Thu, 15 May 2008 16:03:41 +0000 Subject: Fixed chat window scrolling --- src/gui/chat.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/gui/chat.cpp') diff --git a/src/gui/chat.cpp b/src/gui/chat.cpp index c15f7968..a7248b3f 100644 --- a/src/gui/chat.cpp +++ b/src/gui/chat.cpp @@ -199,6 +199,8 @@ ChatWindow::chatLog(std::string line, int own, const std::string &channelName) { output->addRow(line); } + + scroll->logic(); } #if 0 -- cgit v1.2.3-70-g09d2