From 022c955f138e350d9a431489380c054d9766a4d0 Mon Sep 17 00:00:00 2001 From: László Németh Date: Thu, 24 Oct 2013 08:46:46 +0200 Subject: librelogo: fix blinking LABEL Change-Id: I807dda255b741996480116fab22377b39bf963b4 --- librelogo/source/LibreLogo/LibreLogo.py | 1 + 1 file changed, 1 insertion(+) (limited to 'librelogo/source') diff --git a/librelogo/source/LibreLogo/LibreLogo.py b/librelogo/source/LibreLogo/LibreLogo.py index 3b8d9d0a374a..e830ed5bf884 100644 --- a/librelogo/source/LibreLogo/LibreLogo.py +++ b/librelogo/source/LibreLogo/LibreLogo.py @@ -1040,6 +1040,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]) -- cgit