[LyX/master] Keep dialog connected to External inset after Apply

Richard Kimberly Heck rikiheck at lyx.org
Fri Jan 15 16:11:21 UTC 2021


commit a9bb062fc3be740692e89a923ad0a3e393564f46
Author: Richard Kimberly Heck <rikiheck at lyx.org>
Date:   Fri Jan 15 11:11:25 2021 -0500

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

diff --git a/src/frontends/qt/GuiExternal.cpp b/src/frontends/qt/GuiExternal.cpp
index 55688c5..62c56c9 100644
--- a/src/frontends/qt/GuiExternal.cpp
+++ b/src/frontends/qt/GuiExternal.cpp
@@ -644,6 +644,7 @@ void GuiExternal::dispatchParams()
 {
 	string const lfun = InsetExternal::params2string(params_, buffer());
 	dispatch(FuncRequest(getLfun(), lfun));
+	connectToNewInset();
 }
 
 


More information about the lyx-cvs mailing list