mirror of
https://github.com/qelectrotech/qelectrotech-source-mirror.git
synced 2025-12-17 20:50:34 +01:00
About-Dialog - Log: Scroll to most recent log-entry
This commit is contained in:
@@ -264,4 +264,5 @@ void AboutQETDialog::on_m_log_comboBox_currentTextChanged(const QString &arg1)
|
||||
ui->m_log_textEdit->setPlainText(log_File.readAll());
|
||||
}
|
||||
log_File.close();
|
||||
ui->m_log_textEdit->moveCursor(QTextCursor::End);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user