mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-12-23 13:31:49 +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());
|
string const lfun = InsetExternal::params2string(params_, buffer());
|
||||||
dispatch(FuncRequest(getLfun(), lfun));
|
dispatch(FuncRequest(getLfun(), lfun));
|
||||||
|
connectToNewInset();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user