Fixed, as best I can, the minimizing of detached windows.

This commit is contained in:
Ernie Pasveer
2024-10-07 18:08:06 -05:00
parent 4b7252ab6d
commit 9eaa72c3fa
7 changed files with 32 additions and 23 deletions
-7
View File
@@ -54,13 +54,6 @@ void SeerLogWidget::setLogEnabled (bool flag) {
void SeerLogWidget::moveToEnd () {
/* XXX
// Move to the end and then to the beginning of that line.
QTextCursor cursor = textEdit->textCursor();
textEdit->moveCursor(QTextCursor::End, QTextCursor::MoveAnchor);
textEdit->moveCursor(QTextCursor::StartOfBlock, QTextCursor::MoveAnchor);
*/
textEdit->verticalScrollBar()->setValue(textEdit->verticalScrollBar()->maximum());
}