Use color.HTMLColor instead of the color string.

master
Tomeu Vizoso 18 years ago
parent 71b0a5dc56
commit e8a21bf6a0

@ -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()

Loading…
Cancel
Save