mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-12-25 05:55:34 +00:00
Fix previous change
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@5136 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
60cc1a6324
commit
817aa23167
@ -41,7 +41,7 @@ def update_tabular(lines):
|
||||
break
|
||||
|
||||
new_table = table_update(lines[i:j])
|
||||
lines = lines[:i] + new_table + lines[j:]
|
||||
lines[i:j] = new_table
|
||||
i = i + len(new_table)
|
||||
|
||||
col_re = re.compile(r'<column alignment="(\d)" valignment="(\d)" leftline="(\d)" rightline="(\d)" width="(.*)" special="(.*)">')
|
||||
|
Loading…
Reference in New Issue
Block a user