]> git.lyx.org Git - lyx.git/commitdiff
Keep dialog connected to External inset after Apply
authorRichard Kimberly Heck <rikiheck@lyx.org>
Fri, 15 Jan 2021 16:11:25 +0000 (11:11 -0500)
committerRichard Kimberly Heck <rikiheck@lyx.org>
Fri, 15 Jan 2021 16:12:25 +0000 (11:12 -0500)
src/frontends/qt/GuiExternal.cpp

index 55688c54e49a3ae7cba44796216aa200a424b91e..62c56c982d40618bd369f00a108a1e6dbdd99329 100644 (file)
@@ -644,6 +644,7 @@ void GuiExternal::dispatchParams()
 {
        string const lfun = InsetExternal::params2string(params_, buffer());
        dispatch(FuncRequest(getLfun(), lfun));
+       connectToNewInset();
 }