Skip to content

Commit 57ea052

Browse files
committed
Merge pull request kivy#3676 from kopias/patch-1
filepath fix
2 parents 862070d + fbbb6c7 commit 57ea052

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/widgets/colorpicker.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ def on_touch_down(self, touch):
157157
with self.ids.img.canvas.after:
158158
ud['color'] = Color(*_app.color_selector.color, group=g)
159159
ud['lines'] = Point(points=(_pos),
160-
source='../examples/demo/touchtracer/particle.png',
160+
source='../demo/touchtracer/particle.png',
161161
pointsize=5, group=g)
162162
touch.grab(self)
163163
return True

0 commit comments

Comments
 (0)