mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-12-23 05:25:26 +00:00
Keep dialog connected to External inset after Apply
This commit is contained in:
parent
bd555eebe2
commit
a9bb062fc3
@ -644,6 +644,7 @@ void GuiExternal::dispatchParams()
|
||||
{
|
||||
string const lfun = InsetExternal::params2string(params_, buffer());
|
||||
dispatch(FuncRequest(getLfun(), lfun));
|
||||
connectToNewInset();
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user