mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-12-22 05:16:21 +00:00
Update bookmark #0 after inserting a reference.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@1628 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
c92605b4aa
commit
af514a0dd9
@ -1,3 +1,7 @@
|
||||
2001-02-26 Dekel Tsur <dekelts@tau.ac.il>
|
||||
|
||||
* FormRef.C (apply): Update bookmark #0 after inserting a reference.
|
||||
|
||||
2001-02-16 Lars Gullik Bjønnes <larsbj@lyx.org>
|
||||
|
||||
* FormCitation.C: small cleanup.
|
||||
|
@ -394,6 +394,7 @@ void FormRef::apply()
|
||||
{
|
||||
lv_->getLyXFunc()->Dispatch(LFUN_REF_INSERT,
|
||||
params.getAsString());
|
||||
lv_->getLyXFunc()->Dispatch(LFUN_BOOKMARK_SAVE, "0");
|
||||
}
|
||||
|
||||
// save configuration
|
||||
|
Loading…
Reference in New Issue
Block a user