Keep dialog connected to BibTeX inset after Apply

This commit is contained in:
Richard Kimberly Heck 2021-01-15 11:11:14 -05:00
parent 997bf3ecb7
commit bd555eebe2

View File

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