mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-22 01:59:02 +00:00
Fixup graphics height conversion when special is non-empty
This commit is contained in:
parent
6ad1c359fc
commit
40159fd2ab
@ -3606,7 +3606,7 @@ def convert_totalheight(document):
|
||||
unit = relative_heights[unit]
|
||||
if k != -1:
|
||||
if special != "":
|
||||
val = val + "," + special
|
||||
val = val + unit + "," + special
|
||||
document.body[k] = "\tspecial " + "height=" + val
|
||||
else:
|
||||
document.body.insert(kk + 1, "\tspecial height=" + val + unit)
|
||||
|
Loading…
Reference in New Issue
Block a user