diff options
Diffstat (limited to 'src/gui/chat.cpp')
-rw-r--r-- | src/gui/chat.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
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 |