Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/sugar/graphics
diff options
context:
space:
mode:
authorTomeu Vizoso <tomeu@tomeuvizoso.net>2007-02-27 22:05:34 (GMT)
committer Tomeu Vizoso <tomeu@tomeuvizoso.net>2007-02-27 22:05:34 (GMT)
commita6a8ad5677f01b082821afafab68431474386fff (patch)
tree79e4a395f76b35fb31993ce76ced2e56b178843a /sugar/graphics
parentf09a63930f6470c737f7c606116a5ce7f6265f63 (diff)
IconButton hover fix.
Diffstat (limited to 'sugar/graphics')
-rw-r--r--sugar/graphics/iconbutton.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/sugar/graphics/iconbutton.py b/sugar/graphics/iconbutton.py
index cc70341..a58300b 100644
--- a/sugar/graphics/iconbutton.py
+++ b/sugar/graphics/iconbutton.py
@@ -102,9 +102,7 @@ class IconButton(CanvasIcon):
def prelight(self, enter):
if enter:
if self._active:
- self.props.fill_color = color.BLACK
self.props.background_color = color.BLACK.get_int()
else:
if self._active:
- self.props.fill_color = self._normal_fill_color
self.props.background_color = self._normal_background_color