mirror of
https://github.com/brl/mutter.git
synced 2024-12-23 19:42:05 +00:00
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))
|
||||
{
|
||||
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 New Issue
Block a user