Revert "Some more icon fixes." Wrong fix.
This reverts commit e97c11f765
.
This commit is contained in:
parent
e97c11f765
commit
0dbb456a5a
@ -66,8 +66,8 @@ class PulsingIcon(CanvasIcon):
|
|||||||
return self._colors
|
return self._colors
|
||||||
|
|
||||||
def _update_colors(self):
|
def _update_colors(self):
|
||||||
self.props.stroke_color = self._colors[self._pos][0].get_html()
|
self.props.stroke_color = self._colors[self._pos][0]
|
||||||
self.props.fill_color = self._colors[self._pos][1].get_html()
|
self.props.fill_color = self._colors[self._pos][1]
|
||||||
|
|
||||||
def _pulse_timeout(self):
|
def _pulse_timeout(self):
|
||||||
if self._colors:
|
if self._colors:
|
||||||
|
Loading…
Reference in New Issue
Block a user