]> git.lyx.org Git - features.git/commit
Disable CheckTeX while buffer is processed
authorJuergen Spitzmueller <spitz@lyx.org>
Sat, 10 Feb 2018 17:18:43 +0000 (18:18 +0100)
committerJuergen Spitzmueller <spitz@lyx.org>
Sat, 10 Feb 2018 17:18:43 +0000 (18:18 +0100)
commit71fea6332667e1a9fe99c38624e4dcaf1129d6c5
tree10edd998157ca0472eaf4976a9c13cda216ca8e1
parentdadec50a18d92d24d42e1ccf7474f07a2a66b5b4
Disable CheckTeX while buffer is processed

Since CheckTeX itself processes the tex file, a synchronous run with
a TeX process can lead to all sorts of conflicts, including crashes.

Fixes: #7434.
lib/ui/stdmenus.inc
src/Buffer.cpp
src/frontends/qt4/GuiView.cpp