]> git.lyx.org Git - features.git/commit
Fix forward search
authorKornel Benko <kornel@lyx.org>
Thu, 25 Jul 2019 08:01:03 +0000 (10:01 +0200)
committerJean-Marc Lasgouttes <lasgouttes@lyx.org>
Thu, 18 Jun 2020 13:48:42 +0000 (15:48 +0200)
commit20ed35b6cda059c0a7d728b255fd6e74bc9d6753
tree8086d16d9cc8ed3621fdd21ed952b7ec69c2d61c
parent48e7166b92033726d7a9d776a805e8619cc086df
Fix forward search

The provided working directory was not properly set when the underlying
process starts.
It is not clear, why only this one call to one.startscript()
needs fixing. OTOH, the other calls do not use 'Systemcall::DontWait'
as the first parameter.
src/frontends/qt/GuiView.cpp