mirror of https://github.com/kivy/kivy.git
Remove relic line_width
This commit is contained in:
parent
8e65bad974
commit
6f9e3346f1
|
@ -414,8 +414,7 @@ class GestureSurface(FloatLayout):
|
|||
if self.use_random_color is True:
|
||||
col = hsv_to_rgb(random(), 1., 1.)
|
||||
|
||||
g = GestureContainer(touch, max_strokes=self.max_strokes,
|
||||
line_width=self.line_width, color=col)
|
||||
g = GestureContainer(touch, max_strokes=self.max_strokes, color=col)
|
||||
|
||||
# Create the bounding box Rectangle for the gesture
|
||||
if self.draw_bbox:
|
||||
|
|
Loading…
Reference in New Issue