]> git.lyx.org Git - lyx.git/commit
Reset require_fresh_start_ after buffer has been viewed/exported
authorJuergen Spitzmueller <spitz@lyx.org>
Sat, 1 Jun 2024 07:06:44 +0000 (09:06 +0200)
committerRichard Kimberly Heck <rikiheck@lyx.org>
Sat, 1 Jun 2024 15:39:04 +0000 (11:39 -0400)
commit91e90a7c1cec7c2b5c52e41d5ed9ee87d5142b05
treedc27037f1efe32c9fcdc05c3e225898db8b50bf1
parent1f6f3b4f0a889086fe812348caf270d8031aed4a
Reset require_fresh_start_ after buffer has been viewed/exported

The LFUN buffer-reset-export states to start afresh the export for the
next run, but in fact, the boolean was never reset, so that this was
done for all subsequent runs unless the buffer had been closed and
reopened.

Now the lfun does what it states and only acts on the next pass.

(cherry picked from commit e1cb15ee5d9377cef6e3683a6d0bb68eb9b379c1)
src/frontends/qt/GuiView.cpp
status.24x