mirror of
https://github.com/brl/mutter.git
synced 2025-05-29 01:50:02 +00:00
click-action: Handle the event
In case we did handle the event, we should return TRUE from the ::event signal handler.
This commit is contained in:
parent
cfb05bfb09
commit
e2bbf7f362
@ -173,7 +173,7 @@ on_event (ClutterActor *actor,
|
|||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
|
||||||
return FALSE;
|
return res;
|
||||||
}
|
}
|
||||||
|
|
||||||
static void
|
static void
|
||||||
|
Loading…
x
Reference in New Issue
Block a user