forked from qt-creator/qt-creator
debugger: fix some regressions in the log output after the engine refactoring
This commit is contained in:
@@ -436,7 +436,6 @@ void DebuggerOutputWindow::showInput(int channel, const QString &input)
|
||||
cursor.movePosition(QTextCursor::End);
|
||||
m_inputText->setTextCursor(cursor);
|
||||
m_inputText->ensureCursorVisible();
|
||||
showOutput(LogInput, input);
|
||||
}
|
||||
|
||||
void DebuggerOutputWindow::clearContents()
|
||||
|
||||
Reference in New Issue
Block a user