mirror of
https://git.lyx.org/repos/lyx.git
synced 2025-01-11 11:08:41 +00:00
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:
parent
74e77476b5
commit
0af92c85e9
@ -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)) {
|
||||
|
Loading…
Reference in New Issue
Block a user