]> git.lyx.org Git - features.git/blobdiff - src/frontends/qt/GuiBibtex.cpp
Keep dialog connected to BibTeX inset after Apply
[features.git] / src / frontends / qt / GuiBibtex.cpp
index 8a7ab3a2877562c756b740f99e888e3b686fe56b..a9b5fade516aa8f63c1ed021f3325388d283546c 100644 (file)
@@ -639,6 +639,7 @@ void GuiBibtex::dispatchParams()
 {
        std::string const lfun = InsetCommand::params2string(params_);
        dispatch(FuncRequest(getLfun(), lfun));
+       connectToNewInset();
 }