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
1 changed files with 1 additions and 1 deletions
|
@ -173,7 +173,7 @@ on_event (ClutterActor *actor,
|
|||
break;
|
||||
}
|
||||
|
||||
return FALSE;
|
||||
return res;
|
||||
}
|
||||
|
||||
static void
|
||||
|
|
Loading…
Add table
Reference in a new issue