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

tdf#90723 LibreLogo: missing oldlcap initialization

Change-Id: I0781e4d8d9a9c2c9b8ef9968babeca8274d126ec
üst 66673d0f
......@@ -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))
......
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