]> git.lyx.org Git - features.git/commit
fix bug 2758:
authorJürgen Spitzmüller <spitz@lyx.org>
Mon, 14 May 2007 09:24:17 +0000 (09:24 +0000)
committerJürgen Spitzmüller <spitz@lyx.org>
Mon, 14 May 2007 09:24:17 +0000 (09:24 +0000)
commita8010a4dc63e1619090bfaff80556071d6f02957
tree8c5919c1ca84f477db70131e6b88dc9303747690
parentbd2338b353bb811c3dd91167dadd31e63d5b3bd9
fix bug 2758:

* src/Paragraph.cpp:
- make sure removed bibitems (inside a par) are restored correctly
  (in pos 0).
* src/Text.{cpp,h} (handleBibitems):
- new member, used by erase and backspace.
* src/Text3.cpp (getStatus):
- allow inserting of bibitems only in pos 0.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@18304 a592a061-630c-0410-9148-cb99ea01b6c8
src/Paragraph.cpp
src/Text.cpp
src/Text.h
src/Text3.cpp