Files
sugar-toolkit-gtk3/src/sugar3
Gonzalo Odiard a19cf9ed27 Do not trigger events on EventIcons when button release is outside - #4863
The industry convention for mouse driven menu options is for them
to be activated when two conditions are met:
* a button down event occurs with the pointer inside the option, and;
* a button up event occurs with the pointer inside the option.

This issue was already solved on the PaletteMenuItem,
but the EventIcon have the same problem. This change add a 'activate' event,
that control that the two conditions are meet.
The code in Sugar need use this event instead of button-release-event.
2015-07-24 11:40:49 -03:00
..
2014-03-29 19:25:34 +00:00
2014-03-29 19:25:34 +00:00
2014-03-31 17:41:30 -04:00
2014-03-31 17:41:30 -04:00
2011-11-14 18:17:18 +01:00
2014-01-01 23:32:57 +02:00