]> 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)
committerJuergen Spitzmueller <spitz@lyx.org>
Sun, 11 Feb 2018 08:50:38 +0000 (09:50 +0100)
commit1437ae3f9cf78ffd5c639cb4e70a0b1fba9f600e
treee91aba473ff0639f7b8d5fdc0c59124d742cacbe
parent338dc16d767da7b3e6c19f71c5f03e44de5656a7
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).
src/frontends/qt4/GuiView.cpp