Kaydet (Commit) 022c955f authored tarafından László Németh's avatar László Németh

librelogo: fix blinking LABEL

Change-Id: I807dda255b741996480116fab22377b39bf963b4
üst f07a0111
......@@ -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])
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment