mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
Messages Display: show left part of long log lines.
This commit is contained in:
parent
b050cac1d2
commit
3b5621a6aa
@ -79,9 +79,6 @@ void RiuMessagePanel::addMessage( RILogLevel messageLevel, const QString& msg )
|
||||
m_textEdit->setCurrentCharFormat( form );
|
||||
m_textEdit->appendPlainText( msg );
|
||||
|
||||
m_textEdit->moveCursor( QTextCursor::End );
|
||||
m_textEdit->ensureCursorVisible();
|
||||
|
||||
if ( !RiaRegressionTestRunner::instance()->isRunningRegressionTests() )
|
||||
{
|
||||
if ( messageLevel == RILogLevel::RI_LL_ERROR || messageLevel == RILogLevel::RI_LL_WARNING )
|
||||
|
Loading…
Reference in New Issue
Block a user