mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-25 19:07:45 +00:00
Save a few cycles.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@36035 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
155b339d84
commit
18a30566cb
@ -898,7 +898,7 @@ def revert_nomencl_width(document):
|
||||
i = j
|
||||
continue
|
||||
del document.body[l]
|
||||
i = i + 1
|
||||
i = j - 1
|
||||
|
||||
|
||||
def revert_nomencl_cwidth(document):
|
||||
|
Loading…
Reference in New Issue
Block a user