Browse Source

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

Fix #6314
reviewable/pr6342/r1
Anthony Bilinski 4 years ago
parent
commit
69cd33b733
No known key found for this signature in database
GPG Key ID: 2AA8E0DA1B31FB3C
  1. 1
      src/chatlog/chatlog.cpp

1
src/chatlog/chatlog.cpp

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

Loading…
Cancel
Save