forked from qt-creator/qt-creator
Fixed cursor positioning.
This commit is contained in:
@@ -46,6 +46,8 @@ QmlOutputFormatter::QmlOutputFormatter(QObject *parent)
|
||||
|
||||
void QmlOutputFormatter::appendApplicationOutput(const QString &text, bool onStdErr)
|
||||
{
|
||||
gotoEnd();
|
||||
|
||||
if (onStdErr)
|
||||
setFormat(StdErrFormat);
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user