CMakeRunPage: Fix appending of error messages

Change-Id: I2b1c54bbe948ca8b3ba5384a2e97e29b2fd878c9
Task-number: QTCREATORBUG-14439
Reviewed-by: Tobias Hunger <tobias.hunger@theqtcompany.com>
This commit is contained in:
Daniel Teske
2015-05-15 17:41:43 +02:00
parent d71dfa97bf
commit ebf051be27

View File

@@ -682,6 +682,7 @@ void CMakeRunPage::cmakeReadyReadStandardOutput()
void CMakeRunPage::cmakeReadyReadStandardError()
{
QTextCursor cursor(m_output->document());
cursor.movePosition(QTextCursor::End);
QTextCharFormat tf;
QFont font = m_output->font();