Skip to content

Commit fbbb6c7

Browse files
author
kopias
committed
filepath fix
1 parent 33d4ab1 commit fbbb6c7

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)