From ddda1369247a562684a4ec59f320f16b7938a6d6 Mon Sep 17 00:00:00 2001 From: Richard Heck Date: Thu, 30 Jun 2016 15:02:09 -0400 Subject: [PATCH] The previous commit was actually a fix for bug #9158. This adjusts the comment a bit. --- src/BufferView.cpp | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/BufferView.cpp b/src/BufferView.cpp index f4b68592b0..f02cb66686 100644 --- a/src/BufferView.cpp +++ b/src/BufferView.cpp @@ -1353,7 +1353,10 @@ void BufferView::dispatch(FuncRequest const & cmd, DispatchResult & dr) // BiBTeX inset. but there is no other place to do it. one // obvious idea is to try to do it in a copy constructor for // InsetBibTeX, but when that is invoked, the buffer_ member - // is not yet set. + // is not yet set. another idea is to look at the InsetLists + // of the various paragraphs. but we'd have to recurse through + // the contained insets to make that work. it doesn't seem to + // be worth it, as this will not happen that often. buffer().invalidateBibfileCache(); buffer().removeBiblioTempFiles(); break; -- 2.39.2