event: Scroll events do not have click count
Remove the unneeded CLUTTER_SCROLL case from the click count checks.
This commit is contained in:
parent
e30856a54d
commit
bddabf6d2c
1 changed files with 0 additions and 1 deletions
|
@ -2080,7 +2080,6 @@ event_click_count_generate (ClutterEvent *event)
|
|||
switch (clutter_event_type (event))
|
||||
{
|
||||
case CLUTTER_BUTTON_PRESS:
|
||||
case CLUTTER_SCROLL:
|
||||
/* check if we are in time and within distance to increment an
|
||||
* existing click count
|
||||
*/
|
||||
|
|
Loading…
Reference in a new issue