summaryrefslogtreecommitdiff
path: root/src/gui/chatwindow.cpp
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2011-04-08 04:44:27 +0300
committerAndrei Karas <akaras@inbox.ru>2011-04-08 04:44:27 +0300
commita54c5dfccb56dc8996f5c7b2a2299a2cb2257f08 (patch)
treed37693f68ca33da31d01bdf84f75d686acd99a64 /src/gui/chatwindow.cpp
parentbe881476350ab5f4202e687ad4161099870fe5a4 (diff)
downloadplus-a54c5dfccb56dc8996f5c7b2a2299a2cb2257f08.tar.gz
plus-a54c5dfccb56dc8996f5c7b2a2299a2cb2257f08.tar.bz2
plus-a54c5dfccb56dc8996f5c7b2a2299a2cb2257f08.tar.xz
plus-a54c5dfccb56dc8996f5c7b2a2299a2cb2257f08.zip
Add ability to tabbedarea follow vertical scrroll bar position with max value.
Diffstat (limited to 'src/gui/chatwindow.cpp')
-rw-r--r--src/gui/chatwindow.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gui/chatwindow.cpp b/src/gui/chatwindow.cpp
index c3e85bdac..1142636b4 100644
--- a/src/gui/chatwindow.cpp
+++ b/src/gui/chatwindow.cpp
@@ -175,6 +175,7 @@ ChatWindow::ChatWindow():
mChatTabs = new TabbedArea;
mChatTabs->enableScrollButtons(true);
+ mChatTabs->setFollowDownScroll(true);
mChatInput = new ChatInput(mChatTabs);
mChatInput->setActionEventId("chatinput");