From: Peter Kümmel Date: Tue, 29 Dec 2009 15:31:04 +0000 (+0000) Subject: unblock gui because there could be too much debug messages X-Git-Tag: 2.0.0~4682 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=5bcf2f4f645da20e5a6fc624f01b8802dc9db490;p=features.git unblock gui because there could be too much debug messages git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@32671 a592a061-630c-0410-9148-cb99ea01b6c8 --- diff --git a/src/frontends/qt4/GuiProgress.cpp b/src/frontends/qt4/GuiProgress.cpp index ba678f78b6..e89002fd96 100644 --- a/src/frontends/qt4/GuiProgress.cpp +++ b/src/frontends/qt4/GuiProgress.cpp @@ -100,6 +100,9 @@ void GuiProgress::dolyxerrFlush() { appendError(toqstr(lyxerr_stream_.str())); lyxerr_stream_.str(""); + // give the user a chance to disable error messages because + // showing Debug::ANY messages completely blocks the GUI + QApplication::processEvents(); }