]> git.lyx.org Git - features.git/commit
Disable BUFFER_EXPORT and BUFFER_EXPORT_AS while buffer is processed
authorJuergen Spitzmueller <spitz@lyx.org>
Sun, 11 Feb 2018 08:50:38 +0000 (09:50 +0100)
committerRichard Heck <rgheck@lyx.org>
Sat, 17 Mar 2018 19:44:05 +0000 (15:44 -0400)
commitb408222f76738678584a23c5327214c0bb1b05f2
tree50e6d70e25480e797bd6977a77437f7ec24c650a
parent9f3da3e6166bb2c7b078111ac755e6359c47f201
Disable BUFFER_EXPORT and BUFFER_EXPORT_AS while buffer is processed

I am rather irritated we didn't do this already, since synchronous runs
with BUFFER_VIEW or BUFFER_UPDATE leads to all sorts of problems,
including crashes.

Fixes the crash in #8338 (but not the bug itself).

(cherry picked from commit 1437ae3f9cf78ffd5c639cb4e70a0b1fba9f600e)
src/frontends/qt4/GuiView.cpp