mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-12-22 05:16:21 +00:00
fix bug 5333
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@26828 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
13bf36618c
commit
391ba1e592
@ -676,7 +676,7 @@ def revert_commandparams(document):
|
||||
if i == -1:
|
||||
break
|
||||
name = document.body[i].split()[2]
|
||||
j = find_end_of_inset(document.body, i + 1)
|
||||
j = find_end_of_inset(document.body, i)
|
||||
preview_line = ""
|
||||
option1 = ""
|
||||
option2 = ""
|
||||
|
Loading…
Reference in New Issue
Block a user