diff --git a/mainwindow.cpp b/mainwindow.cpp index daf3969..e9bfe2e 100644 --- a/mainwindow.cpp +++ b/mainwindow.cpp @@ -208,13 +208,12 @@ void MainWindow::onAppendText(QString text, QString suffix) { // Utils::printLineEditInfo(editText.split('\n', QString::SplitBehavior::SkipEmptyParts)); // ui->updateStatus->setText(editText.trimmed()); - // scrollDownTextEdit(); + scrollDownTextEdit(); } void MainWindow::onReplaceLast(QStringList newTextLines, QString suffix) { // Utils::printInfoMsg(QString("ON REPLACE LAST (LIST) CALLED AT ") // + QDateTime::currentDateTime().toString(Qt::ISODateWithMs)); - int const s = newTextLines.size(); if (s > 0) { QString editText = ui->updateStatus->toPlainText();