From bd555eebe27ce159b899975a9abc4d61302bea35 Mon Sep 17 00:00:00 2001 From: Richard Kimberly Heck Date: Fri, 15 Jan 2021 11:11:14 -0500 Subject: [PATCH] Keep dialog connected to BibTeX inset after Apply --- src/frontends/qt/GuiBibtex.cpp | 1 + 1 file changed, 1 insertion(+) 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(); } -- 2.39.2