Update bookmark #0 after inserting a reference.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@1626 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Dekel Tsur 2001-02-26 22:12:53 +00:00
parent f65b7ff4ab
commit 8d704c07b3
2 changed files with 5 additions and 0 deletions

View File

@ -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-23 Edwin Leuven <leuven@fee.uva.nl>
* Dialogs.C: added layoutcharacter

View File

@ -192,6 +192,7 @@ void FormRef::apply()
} else {
lv_->getLyXFunc()->Dispatch(LFUN_REF_INSERT,
params.getAsString());
lv_->getLyXFunc()->Dispatch(LFUN_BOOKMARK_SAVE, "0");
}
}