]> git.lyx.org Git - features.git/commit
Fix bug reported on user list. Children included more than once in
authorRichard Heck <rgheck@comcast.net>
Thu, 26 May 2011 14:16:52 +0000 (14:16 +0000)
committerRichard Heck <rgheck@comcast.net>
Thu, 26 May 2011 14:16:52 +0000 (14:16 +0000)
commit3883cca61b87082e5efdf909e3e343790129f05a
tree87e16b33019d820b4b7c4aaa335614b7ca8d5af5
parentc92c9057e1bcee0ee44e6a12c494913df57de782
Fix bug reported on user list. Children included more than once in
the same document could not be rendered.

Problem was that we were using children_positions to deal with the
included documents. That structure only includes each child once.
We need to use position_to_children, instead.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@38842 a592a061-630c-0410-9148-cb99ea01b6c8
src/Buffer.cpp