From 5bcf2f4f645da20e5a6fc624f01b8802dc9db490 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Peter=20K=C3=BCmmel?= Date: Tue, 29 Dec 2009 15:31:04 +0000 Subject: [PATCH] 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 --- src/frontends/qt4/GuiProgress.cpp | 3 +++ 1 file changed, 3 insertions(+) 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(); } -- 2.39.2