commit a9bb062fc3be740692e89a923ad0a3e393564f46
Author: Richard Kimberly Heck <[email protected]>
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();
 }
 
 
-- 
lyx-cvs mailing list
[email protected]
http://lists.lyx.org/mailman/listinfo/lyx-cvs

Reply via email to