From 6f9e3346f1b1369e1038fd6e616058ce00028cc6 Mon Sep 17 00:00:00 2001 From: Terje Skjaeveland Date: Tue, 26 Jan 2016 23:55:59 +0100 Subject: [PATCH] Remove relic line_width --- kivy/uix/gesturesurface.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/kivy/uix/gesturesurface.py b/kivy/uix/gesturesurface.py index 77cb844e7..8cbe17082 100644 --- a/kivy/uix/gesturesurface.py +++ b/kivy/uix/gesturesurface.py @@ -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: