Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--sugar/graphics/toggleiconbutton.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/sugar/graphics/toggleiconbutton.py b/sugar/graphics/toggleiconbutton.py
index ae594f8..d161e15 100644
--- a/sugar/graphics/toggleiconbutton.py
+++ b/sugar/graphics/toggleiconbutton.py
@@ -63,7 +63,7 @@ class ToggleIconButton(IconButton, hippo.CanvasItem):
return IconButton.do_button_press_event(self, event)
def prelight(self, enter):
- if enter:
+ if enter and not self._toggled:
IconButton.prelight(self, enter)
else:
self.props.background_color = self._get_bg_color()