Fixed cursor positioning.

This commit is contained in:
Erik Verbruggen
2010-04-20 13:14:34 +02:00
parent efd06c21f9
commit dde1f3eb10
5 changed files with 18 additions and 4 deletions

View File

@@ -46,6 +46,8 @@ QmlOutputFormatter::QmlOutputFormatter(QObject *parent)
void QmlOutputFormatter::appendApplicationOutput(const QString &text, bool onStdErr)
{
gotoEnd();
if (onStdErr)
setFormat(StdErrFormat);
else