]> git.lyx.org Git - lyx.git/blobdiff - src/insets/InsetBibtex.cpp
Fix assertion when checking if change in selection
[lyx.git] / src / insets / InsetBibtex.cpp
index d5798630a75a693f645c2ef2d15ac24e9b3c5b63..ae76a7f26c0c2bd7e8270fc35e322f3ec501e63c 100644 (file)
@@ -105,6 +105,7 @@ void InsetBibtex::doDispatch(Cursor & cur, FuncRequest & cmd)
 
                cur.recordUndo();
                setParams(p);
+               cur.buffer()->clearBibFileCache();
                cur.forceBufferUpdate();
                break;
        }