Use color.HTMLColor instead of the color string.

This commit is contained in:
Tomeu Vizoso 2007-03-16 11:53:22 +01:00
parent 71b0a5dc56
commit e8a21bf6a0

View File

@ -55,7 +55,9 @@ class AccessPointView(PulsingIcon):
self.props.colors = [
[ None, None ],
[ self._inactive_stroke_color, self._inactive_fill_color ]
[ color.HTMLColor(self._inactive_stroke_color),
color.HTMLColor(self._inactive_fill_color)
]
]
self._update_icon()