Fix function signature
This commit is contained in:
parent
b5e4aa43a9
commit
0896b90fd4
@ -48,7 +48,7 @@ class PulsingIcon(CanvasIcon):
|
|||||||
self._pos = 0
|
self._pos = 0
|
||||||
|
|
||||||
def do_get_property(self, pspec):
|
def do_get_property(self, pspec):
|
||||||
CanvasIcon.do_get_property(self, pspec, value)
|
CanvasIcon.do_get_property(self, pspec)
|
||||||
|
|
||||||
if pspec.name == 'pulsing':
|
if pspec.name == 'pulsing':
|
||||||
return self._pulsing
|
return self._pulsing
|
||||||
|
Loading…
Reference in New Issue
Block a user