Keep dialog connected to External inset after Apply

This commit is contained in:
Richard Kimberly Heck 2021-01-15 11:11:25 -05:00
parent bd555eebe2
commit a9bb062fc3

View File

@ -644,6 +644,7 @@ void GuiExternal::dispatchParams()
{
string const lfun = InsetExternal::params2string(params_, buffer());
dispatch(FuncRequest(getLfun(), lfun));
connectToNewInset();
}