]> git.lyx.org Git - features.git/commit
Fix bug #8782.
authorRichard Heck <rgheck@lyx.org>
Thu, 30 Jun 2016 18:53:19 +0000 (14:53 -0400)
committerRichard Heck <rgheck@lyx.org>
Sun, 15 Oct 2017 16:16:34 +0000 (12:16 -0400)
commitde2a58d986739bccb83615e8515d715ebf1b5821
treebc8a5afa3396118fb219eb3274b0a78367ce5d28
parent11d681633053090f1a499a900d76dd7117937e55
Fix bug #8782.

We need to invalidate the BibTeX cache when undoing or redoing. I do
not like having to do it for every undo or redo. We should only have
to do it if we restored or deleted an InsetBibTeX. But there is no
way, so far as I can see, to do it that way. I tried.

(cherry picked from commit 02847641a8b97a57d1866120bb446427e0bda7a4)
src/BufferView.cpp