diff options
author | Andrei Karas <akaras@inbox.ru> | 2011-04-08 04:44:27 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2011-04-08 04:44:27 +0300 |
commit | a54c5dfccb56dc8996f5c7b2a2299a2cb2257f08 (patch) | |
tree | d37693f68ca33da31d01bdf84f75d686acd99a64 /src/gui/chatwindow.cpp | |
parent | be881476350ab5f4202e687ad4161099870fe5a4 (diff) | |
download | plus-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.cpp | 1 |
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"); |