X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Ffrontends%2Fqt4%2FGuiProgressView.cpp;h=004c70e86a69b1348dd07b434bd23c2775caa846;hb=425d092204118ea6c24c28e85fdf03fcf2bb51a4;hp=5d719c948b3987ca6acace1769b34d6480093ef2;hpb=7c083bae075e88d164845f05977b1e0f377bb43a;p=lyx.git diff --git a/src/frontends/qt4/GuiProgressView.cpp b/src/frontends/qt4/GuiProgressView.cpp index 5d719c948b..004c70e86a 100644 --- a/src/frontends/qt4/GuiProgressView.cpp +++ b/src/frontends/qt4/GuiProgressView.cpp @@ -173,6 +173,8 @@ void GuiProgressView::appendLyXErrText(QString const & text) // showing Debug::ANY messages completely blocks the GUI. // Text is not always send as the whole line, so we must be // careful about eolns. + // WARNING: processing events could cause crashes! + // TODO: find a better solution if (text.endsWith("\n")) QApplication::processEvents(); }