[Libreoffice-commits] core.git: helpcontent2 librelogo/source

László Németh nemeth at numbertext.org
Tue Oct 22 05:13:38 PDT 2013


 helpcontent2                            |    2 +-
 librelogo/source/LibreLogo/LibreLogo.py |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

New commits:
commit a888280ccbbfab1fbff3ff8e99c1cc500b9ff3db
Author: László Németh <nemeth at numbertext.org>
Date:   Tue Oct 22 14:03:03 2013 +0200

    librelogo: fix black (not refreshed) invisible filling color
    
    Change-Id: If0f37d480a745a4d245c4c6cf114374223fda610

diff --git a/helpcontent2 b/helpcontent2
index f81edbd..0d8b37c 160000
--- a/helpcontent2
+++ b/helpcontent2
@@ -1 +1 @@
-Subproject commit f81edbd66fc4d0b6cf03949bb2339c9be9ee989c
+Subproject commit 0d8b37cd9e0b89d1136b09a81671c88fc91fee3e
diff --git a/librelogo/source/LibreLogo/LibreLogo.py b/librelogo/source/LibreLogo/LibreLogo.py
index a331642..5fc3aa5 100644
--- a/librelogo/source/LibreLogo/LibreLogo.py
+++ b/librelogo/source/LibreLogo/LibreLogo.py
@@ -48,7 +48,7 @@ __COLORS__ = ['BLACK', 0x000000], ['SILVER', 0xc0c0c0], ['GRAY', 0x808080], \
     ['AQUA', 0x00ffff], ['PINK', 0xffc0cb], ['TOMATO', 0xff6347], \
     ['ORANGE', 0xffa500], ['GOLD', 0xffd700], ['VIOLET', 0x9400d3], \
     ['SKYBLUE', 0x87ceeb], ['CHOCOLATE', 0xd2691e], ['BROWN', 0xa52a2a], \
-    ['INVISIBLE', 0xff000000]
+    ['INVISIBLE', 0xffffffff]
 __STRCONST__ = [i[0] for i in __COLORS__] + ['NONE', 'BEVEL', 'MITER', 'ROUNDED', 'SOLID', 'DASH', 'DOTTED', 'BOLD', 'ITALIC', 'UPRIGHT', 'NORMAL', "HOUR", "PT", "INCH", "MM", "CM"]
 __SLEEP_SLICE_IN_MILLISECONDS__ = 500
 __PT_TO_TWIP__ = 20


More information about the Libreoffice-commits mailing list