mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-27 03:36:39 +00:00
Keep dialog connected to BibTeX inset after Apply
This commit is contained in:
parent
997bf3ecb7
commit
bd555eebe2
@ -639,6 +639,7 @@ void GuiBibtex::dispatchParams()
|
||||
{
|
||||
std::string const lfun = InsetCommand::params2string(params_);
|
||||
dispatch(FuncRequest(getLfun(), lfun));
|
||||
connectToNewInset();
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user