mirror of
https://git.lyx.org/repos/lyx.git
synced 2025-01-20 23:00:29 +00:00
* lyx_1_6.py:
- fix reversion of subfloats. Patch by Richard. git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_5_X@27396 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
d95f306a89
commit
c5602582e3
@ -2191,7 +2191,7 @@ def revert_subfig(document):
|
|||||||
if k == -1:
|
if k == -1:
|
||||||
break
|
break
|
||||||
# is the subfloat aligned?
|
# is the subfloat aligned?
|
||||||
al = find_token(document.body, '\\align ', k - 1)
|
al = find_token(document.body, '\\align ', k - 1, j)
|
||||||
alignment_beg = ""
|
alignment_beg = ""
|
||||||
alignment_end = ""
|
alignment_end = ""
|
||||||
if al != -1:
|
if al != -1:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user