Merge branch 'activate_on_left_click_only' of https://github.com/godiard/sugar-toolkit-gtk3
This commit is contained in:
commit
e990ec7703
@ -762,6 +762,7 @@ class EventIcon(Gtk.EventBox):
|
||||
self.set_palette(Palette(text))
|
||||
|
||||
def __button_release_event_cb(self, icon, event):
|
||||
if event.button == 1:
|
||||
alloc = self.get_allocation()
|
||||
if 0 < event.x < alloc.width and 0 < event.y < alloc.height:
|
||||
self.emit('activate')
|
||||
|
Loading…
Reference in New Issue
Block a user