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
@ -2080,7 +2080,6 @@ event_click_count_generate (ClutterEvent *event)
|
|||||||
switch (clutter_event_type (event))
|
switch (clutter_event_type (event))
|
||||||
{
|
{
|
||||||
case CLUTTER_BUTTON_PRESS:
|
case CLUTTER_BUTTON_PRESS:
|
||||||
case CLUTTER_SCROLL:
|
|
||||||
/* check if we are in time and within distance to increment an
|
/* check if we are in time and within distance to increment an
|
||||||
* existing click count
|
* existing click count
|
||||||
*/
|
*/
|
||||||
|
Loading…
x
Reference in New Issue
Block a user