Merge pull request #3676 from kopias/patch-1

filepath fix
This commit is contained in:
dessant 2015-10-08 13:18:33 +03:00
commit 57ea052dde
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