Fix conversion of nested box insets

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@37264 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Georg Baum 2011-01-19 22:04:45 +00:00
parent e8bb66b8f4
commit 96bcf145d9

View 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):