From a9bb062fc3be740692e89a923ad0a3e393564f46 Mon Sep 17 00:00:00 2001 From: Richard Kimberly Heck Date: Fri, 15 Jan 2021 11:11:25 -0500 Subject: [PATCH] Keep dialog connected to External inset after Apply --- src/frontends/qt/GuiExternal.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/frontends/qt/GuiExternal.cpp b/src/frontends/qt/GuiExternal.cpp index 55688c54e4..62c56c982d 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(); }