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:
|
with self.ids.img.canvas.after:
|
||||||
ud['color'] = Color(*_app.color_selector.color, group=g)
|
ud['color'] = Color(*_app.color_selector.color, group=g)
|
||||||
ud['lines'] = Point(points=(_pos),
|
ud['lines'] = Point(points=(_pos),
|
||||||
source='../examples/demo/touchtracer/particle.png',
|
source='../demo/touchtracer/particle.png',
|
||||||
pointsize=5, group=g)
|
pointsize=5, group=g)
|
||||||
touch.grab(self)
|
touch.grab(self)
|
||||||
return True
|
return True
|
||||||
|
|
Loading…
Reference in New Issue