mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-25 10:58:52 +00:00
possible fix to bug 5333
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@26827 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
e90f9ea0f7
commit
13bf36618c
@ -721,7 +721,7 @@ def revert_commandparams(document):
|
||||
lines.append('')
|
||||
lines.append('\\end_inset')
|
||||
document.body[i:j+1] = lines
|
||||
i = j + 1
|
||||
i += len(lines) + 1
|
||||
|
||||
|
||||
def revert_nomenclature(document):
|
||||
|
Loading…
Reference in New Issue
Block a user