mirror of
https://github.com/epasveer/seer.git
synced 2026-08-31 01:20:45 +08:00
Fix bug when scrolling down to the last line.
It wasn't positioning to the begining of the line.
This commit is contained in:
@@ -31,6 +31,7 @@ void SeerTildeLogWidget::processText (const QString& text) {
|
||||
}
|
||||
|
||||
textEdit->append(str);
|
||||
textEdit->verticalScrollBar()->setValue(textEdit->verticalScrollBar()->maximum());
|
||||
|
||||
moveToEnd();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user