]> git.lyx.org Git - features.git/commit
Fix bug #13017.
authorRichard Kimberly Heck <rikiheck@lyx.org>
Thu, 11 Jan 2024 22:23:52 +0000 (17:23 -0500)
committerRichard Kimberly Heck <rikiheck@lyx.org>
Thu, 11 Jan 2024 22:23:52 +0000 (17:23 -0500)
commit59b08c8171d751aafe1aa34b9c1acce5406cc880
tree95b53f5e49b84dbe236b34f94014b674d30aced2
parent082031ac8fbc5badbc05afc359d3851109ffe542
Fix bug #13017.

The problem is caused by removing temporary aux, etc, files while
we are in the process of exporting. As Jürgen suggested, we really
do not need to remove these files until we are preparing to export:
They are not used internally. So now we just schedule the removal
and do it then.
src/Buffer.cpp
src/Buffer.h
src/frontends/qt/GuiView.cpp
src/insets/InsetCitation.cpp