]> git.lyx.org Git - features.git/commitdiff
lyx2lyx/lyx_2_2.py: correct a value
authorUwe Stöhr <uwestoehr@lyx.org>
Sat, 16 May 2015 21:29:09 +0000 (23:29 +0200)
committerUwe Stöhr <uwestoehr@lyx.org>
Sat, 16 May 2015 21:29:09 +0000 (23:29 +0200)
lib/lyx2lyx/lyx_2_2.py

index ec6213b90acbcc57837ceab510cf387e5ebff238..d7f417e7ad6c1dd69a51c0eb510b06008f0c6813 100644 (file)
@@ -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