]> git.lyx.org Git - features.git/commit
Fix #7594 for branch.
authorRichard Heck <rgheck@comcast.net>
Mon, 5 Sep 2011 19:41:23 +0000 (19:41 +0000)
committerRichard Heck <rgheck@comcast.net>
Mon, 5 Sep 2011 19:41:23 +0000 (19:41 +0000)
commit3c6ed275175d52c7ec99b47565c7167751d413de
treefb79d6b297fa49130552c54b8b6895d089ff2efe
parent7fe931ea938518c00bbcf90a3967aa4345238bf2
Fix #7594 for branch.

=====

Original log:

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/branches/BRANCH_2_0_X@39602 a592a061-630c-0410-9148-cb99ea01b6c8
src/Buffer.cpp
status.20x