commit bd555eebe27ce159b899975a9abc4d61302bea35
Author: Richard Kimberly Heck <[email protected]>
Date:   Fri Jan 15 11:11:14 2021 -0500

    Keep dialog connected to BibTeX inset after Apply
---
 src/frontends/qt/GuiBibtex.cpp |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/src/frontends/qt/GuiBibtex.cpp b/src/frontends/qt/GuiBibtex.cpp
index 8a7ab3a..a9b5fad 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();
 }
 
 
-- 
lyx-cvs mailing list
[email protected]
http://lists.lyx.org/mailman/listinfo/lyx-cvs

Reply via email to