]> git.lyx.org Git - features.git/commitdiff
Fix conversion of nested box insets
authorGeorg Baum <Georg.Baum@post.rwth-aachen.de>
Wed, 19 Jan 2011 22:04:45 +0000 (22:04 +0000)
committerGeorg Baum <Georg.Baum@post.rwth-aachen.de>
Wed, 19 Jan 2011 22:04:45 +0000 (22:04 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@37264 a592a061-630c-0410-9148-cb99ea01b6c8

lib/lyx2lyx/lyx_2_0.py

index 21af97cf6c80decdd438fbfab7d4707b61df1bf5..1771e185f45cde2dfb555aacb9dbf18ef4a58694 100644 (file)
@@ -1571,7 +1571,7 @@ def convert_use_makebox(document):
       i = z
       continue
     document.body.insert(k + 1, "use_makebox 0")
-    i = z + 1
+    i = blay + 1 # not z + 1 (box insets may be nested)
 
 
 def revert_IEEEtran(document):