mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-12-23 21:40:19 +00:00
Off by one here. Left an extra \begin_layout line.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@34786 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
87a93a35e6
commit
673e65cc15
@ -1846,7 +1846,7 @@ def revert_makebox(document):
|
|||||||
length = latex_length(length).split(",")[1]
|
length = latex_length(length).split(",")[1]
|
||||||
subst = "\\makebox[" + length + "][" \
|
subst = "\\makebox[" + length + "][" \
|
||||||
+ align + "]{"
|
+ align + "]{"
|
||||||
document.body[i:i + 13] = put_cmd_in_ert(subst)
|
document.body[i:i + 14] = put_cmd_in_ert(subst)
|
||||||
i += 1
|
i += 1
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user