mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-11 05:33:33 +00:00
unblock gui because there could be too much debug messages
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@32672 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
5bcf2f4f64
commit
7a0c8c7df8
@ -100,7 +100,7 @@ void GuiProgress::dolyxerrFlush()
|
|||||||
{
|
{
|
||||||
appendError(toqstr(lyxerr_stream_.str()));
|
appendError(toqstr(lyxerr_stream_.str()));
|
||||||
lyxerr_stream_.str("");
|
lyxerr_stream_.str("");
|
||||||
// give the user a chance to disable error messages because
|
// give the user a chance to disable debug messages because
|
||||||
// showing Debug::ANY messages completely blocks the GUI
|
// showing Debug::ANY messages completely blocks the GUI
|
||||||
QApplication::processEvents();
|
QApplication::processEvents();
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user