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:
Richard Kimberly Heck 2021-01-15 11:11:40 -05:00
parent a9bb062fc3
commit fd74bddffc

View File

@ -613,6 +613,7 @@ void GuiRef::dispatchParams()
{
std::string const lfun = InsetCommand::params2string(params_);
dispatch(FuncRequest(getLfun(), lfun));
connectToNewInset();
}