mirror of https://github.com/kivy/kivy.git
filepath fix
This commit is contained in:
parent
33d4ab1f46
commit
fbbb6c7aa2
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue