Revert "Some more icon fixes." Wrong fix.

This reverts commit e97c11f765.
This commit is contained in:
Tomeu Vizoso 2007-08-28 21:20:32 +02:00
parent e97c11f765
commit 0dbb456a5a

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].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: