1
0
mirror of https://github.com/qTox/qTox.git synced 2024-03-22 14:00:36 +08:00

fix(chatform): Scroll to bottom on load, broken on refactor

Fix #6314
This commit is contained in:
Anthony Bilinski 2021-09-22 14:15:27 -07:00
parent 057f921ace
commit 69cd33b733
No known key found for this signature in database
GPG Key ID: 2AA8E0DA1B31FB3C

View File

@ -128,6 +128,7 @@ ChatLog::ChatLog(QWidget* parent)
reloadTheme();
retranslateUi();
Translator::registerHandler(std::bind(&ChatLog::retranslateUi, this), this);
scrollToBottom();
}
ChatLog::~ChatLog()