mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-12-22 13:18:28 +00:00
Dont wait for forward search call
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@34166 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
e8fcc92d8f
commit
6ae70da778
@ -3247,7 +3247,7 @@ void GuiView::dispatch(FuncRequest const & cmd, DispatchResult & dr)
|
||||
|
||||
PathChanger p(path);
|
||||
Systemcall one;
|
||||
one.startscript(Systemcall::Wait, command);
|
||||
one.startscript(Systemcall::DontWait, command);
|
||||
break;
|
||||
}
|
||||
default:
|
||||
|
Loading…
Reference in New Issue
Block a user