Skip to content
Snippets Groups Projects
Commit ebf051be authored by Daniel Teske's avatar Daniel Teske
Browse files

CMakeRunPage: Fix appending of error messages


Change-Id: I2b1c54bbe948ca8b3ba5384a2e97e29b2fd878c9
Task-number: QTCREATORBUG-14439
Reviewed-by: default avatarTobias Hunger <tobias.hunger@theqtcompany.com>
parent d71dfa97
No related branches found
No related tags found
No related merge requests found
......@@ -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();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment