Enable user input processing when an external process is busy.

If it breaks it anything just flip the bool to disable.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@32329 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Peter Kümmel 2009-12-04 11:20:00 +00:00
parent 74e77476b5
commit 0af92c85e9

View File

@ -105,7 +105,7 @@ int Systemcall::startscript(Starttype how, string const & what)
QString cmd = toqstr(parsecmd(what, outfile));
SystemcallPrivate d(outfile);
bool process_events = false;
bool process_events = true;
d.startProcess(cmd);
if (!d.waitWhile(SystemcallPrivate::Starting, process_events, 3000)) {