filepath fix

This commit is contained in:
kopias 2015-10-08 11:28:47 +02:00
parent 33d4ab1f46
commit fbbb6c7aa2
1 changed files with 1 additions and 1 deletions

View File

@ -157,7 +157,7 @@ class Picture(Scatter):
with self.ids.img.canvas.after:
ud['color'] = Color(*_app.color_selector.color, group=g)
ud['lines'] = Point(points=(_pos),
source='../examples/demo/touchtracer/particle.png',
source='../demo/touchtracer/particle.png',
pointsize=5, group=g)
touch.grab(self)
return True