]> 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>
Thu, 30 Jun 2016 18:57:08 +0000 (14:57 -0400)
commit02847641a8b97a57d1866120bb446427e0bda7a4
treeac667ec5d8c405944448a05a69da1fcce45d02b1
parent08bf9781ee86ea7fe2c9f3a0d670cad92807a017
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.
src/BufferView.cpp