mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-26 03:11:59 +00:00
lyx_2_0.py: re-add comment
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@30729 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
e65445a650
commit
34ab111257
@ -1076,7 +1076,7 @@ def revert_hspace_glue_lengths(document):
|
|||||||
# latex_length returns "bool,length"
|
# latex_length returns "bool,length"
|
||||||
m = length.find(",")
|
m = length.find(",")
|
||||||
length = length[m+1:]
|
length = length[m+1:]
|
||||||
document.warning("length: " + length)
|
# revert the HSpace inset to ERT
|
||||||
# allow leading -
|
# allow leading -
|
||||||
if length.rfind("-") <> 0 or (length.rfind("-") == 0 and length.rfind("+") > -1):
|
if length.rfind("-") <> 0 or (length.rfind("-") == 0 and length.rfind("+") > -1):
|
||||||
if star == True:
|
if star == True:
|
||||||
|
Loading…
Reference in New Issue
Block a user