Some more icon fixes.

This commit is contained in:
Tomeu Vizoso 2007-08-28 21:15:47 +02:00
parent f0e773db38
commit e97c11f765

View File

@ -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] self.props.stroke_color = self._colors[self._pos][0].get_html()
self.props.fill_color = self._colors[self._pos][1] self.props.fill_color = self._colors[self._pos][1].get_html()
def _pulse_timeout(self): def _pulse_timeout(self):
if self._colors: if self._colors: