From: Richard Kimberly Heck Date: Fri, 15 Jan 2021 16:11:14 +0000 (-0500) Subject: Keep dialog connected to BibTeX inset after Apply X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=bd555eebe27ce159b899975a9abc4d61302bea35;p=features.git Keep dialog connected to BibTeX inset after Apply --- diff --git a/src/frontends/qt/GuiBibtex.cpp b/src/frontends/qt/GuiBibtex.cpp index 8a7ab3a287..a9b5fade51 100644 --- a/src/frontends/qt/GuiBibtex.cpp +++ b/src/frontends/qt/GuiBibtex.cpp @@ -639,6 +639,7 @@ void GuiBibtex::dispatchParams() { std::string const lfun = InsetCommand::params2string(params_); dispatch(FuncRequest(getLfun(), lfun)); + connectToNewInset(); }