]> 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)
committerRichard Heck <rgheck@lyx.org>
Sat, 17 Mar 2018 19:44:05 +0000 (15:44 -0400)
commitc0a1893008bd13650d470afff16f56720b65c87c
tree3079cbcaaf6395497b2d1e8513640e5aa8c47ea2
parentb408222f76738678584a23c5327214c0bb1b05f2
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.
(cherry picked from commit 71fea6332667e1a9fe99c38624e4dcaf1129d6c5)
lib/ui/stdmenus.inc
src/Buffer.cpp
src/frontends/qt4/GuiView.cpp