mirror of
https://github.com/epasveer/seer.git
synced 2026-08-31 01:20:45 +08:00
Fixed moving to end of SeerLogWidget.
This commit is contained in:
@@ -10,11 +10,6 @@ SeerTildeLogWidget::~SeerTildeLogWidget () {
|
||||
|
||||
void SeerTildeLogWidget::processText (const QString& text) {
|
||||
|
||||
// Don't do anything if we're not enabled.
|
||||
if (isLogEnabled() == false) {
|
||||
return;
|
||||
}
|
||||
|
||||
QString str = text.mid(1); // Remove leading "~"
|
||||
|
||||
if (str.front() == '"') { // Remove leading """
|
||||
@@ -32,7 +27,5 @@ void SeerTildeLogWidget::processText (const QString& text) {
|
||||
}
|
||||
|
||||
textEdit->append(str);
|
||||
|
||||
moveToEnd();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user