mirror of
https://github.com/epasveer/seer.git
synced 2026-08-30 09:00:42 +08:00
Fixed moving to end of SeerLogWidget.
This commit is contained in:
@@ -12,11 +12,6 @@ SeerSeerLogWidget::~SeerSeerLogWidget () {
|
||||
|
||||
void SeerSeerLogWidget::processText (const QString& text) {
|
||||
|
||||
// Don't do anything if we're not enabled.
|
||||
if (isLogEnabled() == false) {
|
||||
return;
|
||||
}
|
||||
|
||||
// Only log '^', '*', and '=' records.
|
||||
bool selected = false;
|
||||
|
||||
@@ -53,7 +48,5 @@ void SeerSeerLogWidget::processText (const QString& text) {
|
||||
|
||||
// Write the string to the log.
|
||||
textEdit->append(str);
|
||||
|
||||
moveToEnd();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user