diff --git a/Common/otbMsgReporter.cxx b/Common/otbMsgReporter.cxx index aed4fdd38b9feabd340a120cf2672bb31ca8a1a2..f956acbb382003de31db0607afafd4c3254b227d 100644 --- a/Common/otbMsgReporter.cxx +++ b/Common/otbMsgReporter.cxx @@ -75,7 +75,6 @@ MsgReporter ::SendMsg(const std::string & msg) { this->textArea->insert(msg.c_str()); - this->textArea->insert("\n"); this->textArea->show_insert_position(); Fl::check(); } @@ -87,7 +86,6 @@ MsgReporter { this->textArea->insert("ERROR: "); this->textArea->insert(msg.c_str()); - this->textArea->insert("\n"); this->textArea->show_insert_position(); this->Show(); Fl::check();