summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLászló Németh <laszlo.nemeth@collabora.com>2015-04-20 00:40:01 +0200
committerLászló Németh <laszlo.nemeth@collabora.com>2015-04-20 00:40:01 +0200
commit13cc2002d19c96aa3ed14ae1cf2d695f832c0f05 (patch)
tree081db44278a126c4f3e714b828ae69720f138b24
parent66673d0f628b61aa8afb8d699b8407305ff3a2cd (diff)
tdf#90723 LibreLogo: missing oldlcap initialization
Change-Id: I0781e4d8d9a9c2c9b8ef9968babeca8274d126ec
-rw-r--r--librelogo/source/LibreLogo/LibreLogo.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/librelogo/source/LibreLogo/LibreLogo.py b/librelogo/source/LibreLogo/LibreLogo.py
index a923e0eb16ce..6229c15d66a6 100644
--- a/librelogo/source/LibreLogo/LibreLogo.py
+++ b/librelogo/source/LibreLogo/LibreLogo.py
@@ -93,6 +93,7 @@ class __Doc__:
self.oldlw = 0
self.oldls = __LineStyle_SOLID__
self.oldlj = __ROUNDED__
+ self.oldlcap = __Cap_NONE__
self.continuous = True
self.areacolor = __FILLCOLOR__
self.t10y = int((__FILLCOLOR__ >> 24) / (255.0/100))