diff options
author | Andrei Karas <akaras@inbox.ru> | 2017-06-19 17:58:43 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2017-06-19 17:58:43 +0300 |
commit | d9d99a3ea8dc905487c2ff2c32c507bbd2df9f86 (patch) | |
tree | 335667265e5ab085c8f29a593717222c3669b068 /src/gui/widgets/tabs/chat | |
parent | d74af590c1e44fb1a931b8d68c1682418190a2fe (diff) | |
download | plus-d9d99a3ea8dc905487c2ff2c32c507bbd2df9f86.tar.gz plus-d9d99a3ea8dc905487c2ff2c32c507bbd2df9f86.tar.bz2 plus-d9d99a3ea8dc905487c2ff2c32c507bbd2df9f86.tar.xz plus-d9d99a3ea8dc905487c2ff2c32c507bbd2df9f86.zip |
Add function updateSize into browserbox.
Diffstat (limited to 'src/gui/widgets/tabs/chat')
-rw-r--r-- | src/gui/widgets/tabs/chat/chattab.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/widgets/tabs/chat/chattab.cpp b/src/gui/widgets/tabs/chat/chattab.cpp index d311ea83f..91df77ded 100644 --- a/src/gui/widgets/tabs/chat/chattab.cpp +++ b/src/gui/widgets/tabs/chat/chattab.cpp @@ -94,7 +94,7 @@ ChatTab::ChatTab(const Widget2 *const widget, if (chatWindow != nullptr) chatWindow->addTab(this); - mTextOutput->updateHeight(); + mTextOutput->updateSize(true); } ChatTab::~ChatTab() |