Emit the activated signal also on toggles

This commit is contained in:
Marco Pesenti Gritti
2007-03-21 00:04:04 +01:00
parent 5eb4f4fab3
commit 261a7e743f
+1 -1
View File
@@ -60,7 +60,7 @@ class ToggleIconButton(IconButton, hippo.CanvasItem):
def do_button_press_event(self, event):
self.props.toggled = not self._toggled
return True
return IconButton.do_button_press_event(self, event)
def prelight(self, enter):
if enter: