mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-09 18:31:04 +00:00
lyx2lyx/lyx_2_2.py: correct a value
This commit is contained in:
parent
62d36bf04d
commit
d33caae010
@ -1085,7 +1085,7 @@ def convert_colorbox(document):
|
||||
i = find_token(document.body, "height_special", i)
|
||||
if i == -1:
|
||||
return
|
||||
document.body.insert(i + 2, 'framecolor "black"\nbackgroundcolor "white"')
|
||||
document.body.insert(i + 2, 'framecolor "black"\nbackgroundcolor "none"')
|
||||
i = i + 2
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user