mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-09 18:31:04 +00:00
Keep dialog connected to cross-ref inset after Apply.
This does not actually have any effect yet, due to the fact that disconnectAfterApply returns true (and this is a GuiDialog).
This commit is contained in:
parent
a9bb062fc3
commit
fd74bddffc
@ -613,6 +613,7 @@ void GuiRef::dispatchParams()
|
|||||||
{
|
{
|
||||||
std::string const lfun = InsetCommand::params2string(params_);
|
std::string const lfun = InsetCommand::params2string(params_);
|
||||||
dispatch(FuncRequest(getLfun(), lfun));
|
dispatch(FuncRequest(getLfun(), lfun));
|
||||||
|
connectToNewInset();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user