debugger: fix some regressions in the log output after the engine refactoring

This commit is contained in:
hjk
2010-06-30 13:15:44 +02:00
parent f538736cfc
commit afb54077f5
3 changed files with 6 additions and 8 deletions

View File

@@ -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()