forked from qt-creator/qt-creator
OutputWindow: Reset "scroll to bottom" to default value
... on new build/app start. Fixes: QTCREATORBUG-25605 Change-Id: I3f478db4c63cf0100c42342deedab9db5ba12042 Reviewed-by: André Hartmann <aha_1980@gmx.de>
This commit is contained in:
@@ -526,6 +526,7 @@ void OutputWindow::reset()
|
||||
flush();
|
||||
d->queueTimer.stop();
|
||||
d->formatter.reset();
|
||||
d->scrollToBottom = true;
|
||||
if (!d->queuedOutput.isEmpty()) {
|
||||
d->queuedOutput.clear();
|
||||
d->formatter.appendMessage(tr("[Discarding excessive amount of pending output.]\n"),
|
||||
|
Reference in New Issue
Block a user