mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-12-23 13:31:49 +00:00
lyx2lyx/lyx_2_2.py: set correct default color
This commit is contained in:
parent
f9d9a71df4
commit
5239a27bfc
@ -1096,7 +1096,7 @@ def revert_colorbox(document):
|
|||||||
|
|
||||||
i = 0
|
i = 0
|
||||||
defaultframecolor = "black"
|
defaultframecolor = "black"
|
||||||
defaultbackcolor = "white"
|
defaultbackcolor = "none"
|
||||||
while True:
|
while True:
|
||||||
i = find_token(document.body, "framecolor", i)
|
i = find_token(document.body, "framecolor", i)
|
||||||
if i == -1:
|
if i == -1:
|
||||||
|
Loading…
Reference in New Issue
Block a user