Emit the activated signal also on toggles
This commit is contained in:
parent
5eb4f4fab3
commit
261a7e743f
@ -60,7 +60,7 @@ class ToggleIconButton(IconButton, hippo.CanvasItem):
|
|||||||
|
|
||||||
def do_button_press_event(self, event):
|
def do_button_press_event(self, event):
|
||||||
self.props.toggled = not self._toggled
|
self.props.toggled = not self._toggled
|
||||||
return True
|
return IconButton.do_button_press_event(self, event)
|
||||||
|
|
||||||
def prelight(self, enter):
|
def prelight(self, enter):
|
||||||
if enter:
|
if enter:
|
||||||
|
Loading…
Reference in New Issue
Block a user