From 5239a27bfcd513b1ab0e6ff20e488db372f16236 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Uwe=20St=C3=B6hr?= Date: Mon, 1 Jun 2015 20:57:45 +0200 Subject: [PATCH] lyx2lyx/lyx_2_2.py: set correct default color --- lib/lyx2lyx/lyx_2_2.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/lyx2lyx/lyx_2_2.py b/lib/lyx2lyx/lyx_2_2.py index 4d2722fc23..3a10566757 100644 --- a/lib/lyx2lyx/lyx_2_2.py +++ b/lib/lyx2lyx/lyx_2_2.py @@ -1096,7 +1096,7 @@ def revert_colorbox(document): i = 0 defaultframecolor = "black" - defaultbackcolor = "white" + defaultbackcolor = "none" while True: i = find_token(document.body, "framecolor", i) if i == -1: