From: Richard Kimberly Heck Date: Fri, 15 Jan 2021 16:11:25 +0000 (-0500) Subject: Keep dialog connected to External inset after Apply X-Git-Tag: 2.4.0-alpha3~278 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=a9bb062fc3be740692e89a923ad0a3e393564f46;p=lyx.git Keep dialog connected to External inset after Apply --- 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(); }