lyx2lyx/lyx_2_2.py: set correct default color

This commit is contained in:
Uwe Stöhr 2015-06-01 20:57:45 +02:00
parent f9d9a71df4
commit 5239a27bfc

View File

@ -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: