summaryrefslogtreecommitdiff
path: root/src/gui/widgets/tabs/chat/chattab.cpp
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2017-06-19 17:58:43 +0300
committerAndrei Karas <akaras@inbox.ru>2017-06-19 17:58:43 +0300
commitd9d99a3ea8dc905487c2ff2c32c507bbd2df9f86 (patch)
tree335667265e5ab085c8f29a593717222c3669b068 /src/gui/widgets/tabs/chat/chattab.cpp
parentd74af590c1e44fb1a931b8d68c1682418190a2fe (diff)
downloadmv-d9d99a3ea8dc905487c2ff2c32c507bbd2df9f86.tar.gz
mv-d9d99a3ea8dc905487c2ff2c32c507bbd2df9f86.tar.bz2
mv-d9d99a3ea8dc905487c2ff2c32c507bbd2df9f86.tar.xz
mv-d9d99a3ea8dc905487c2ff2c32c507bbd2df9f86.zip
Add function updateSize into browserbox.
Diffstat (limited to 'src/gui/widgets/tabs/chat/chattab.cpp')
-rw-r--r--src/gui/widgets/tabs/chat/chattab.cpp2
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()