[Libreoffice-commits] core.git: Branch 'libreoffice-4-1' - librelogo/source

László Németh nemeth at numbertext.org
Thu Oct 24 00:20:46 PDT 2013


 librelogo/source/LibreLogo/LibreLogo.py |    1 +
 1 file changed, 1 insertion(+)

New commits:
commit 5a51dde06cd7840132b26626312beb8c2cbc31b8
Author: László Németh <nemeth at numbertext.org>
Date:   Thu Oct 24 08:46:46 2013 +0200

    librelogo: fix blinking LABEL
    
    Change-Id: I807dda255b741996480116fab22377b39bf963b4
    (cherry picked from commit 022c955f138e350d9a431489380c054d9766a4d0)
    Reviewed-on: https://gerrit.libreoffice.org/6413
    Reviewed-by: Miklos Vajna <vmiklos at collabora.co.uk>
    Tested-by: Miklos Vajna <vmiklos at collabora.co.uk>

diff --git a/librelogo/source/LibreLogo/LibreLogo.py b/librelogo/source/LibreLogo/LibreLogo.py
index 84be810..216bb0f 100644
--- a/librelogo/source/LibreLogo/LibreLogo.py
+++ b/librelogo/source/LibreLogo/LibreLogo.py
@@ -1027,6 +1027,7 @@ def label(st):
     # get text size 
     shape = _.doc.createInstance( "com.sun.star.drawing.TextShape")
     shape.TextAutoGrowWidth = True
+    shape.Visible = False
     actual = __getshape__(__ACTUAL__)
     _.drawpage.add(shape)
     text(shape, st[2])


More information about the Libreoffice-commits mailing list