clutter: Make ClutterText request toggling the input panel
So gnome-shell is able to show the OSK for it.
This commit is contained in:
parent
ac8ee9a08c
commit
513c278077
@ -1997,6 +1997,7 @@ clutter_text_press (ClutterActor *actor,
|
|||||||
return CLUTTER_EVENT_PROPAGATE;
|
return CLUTTER_EVENT_PROPAGATE;
|
||||||
|
|
||||||
clutter_actor_grab_key_focus (actor);
|
clutter_actor_grab_key_focus (actor);
|
||||||
|
clutter_input_focus_request_toggle_input_panel (priv->input_focus);
|
||||||
|
|
||||||
/* if the actor is empty we just reset everything and not
|
/* if the actor is empty we just reset everything and not
|
||||||
* set up the dragging of the selection since there's nothing
|
* set up the dragging of the selection since there's nothing
|
||||||
|
Loading…
x
Reference in New Issue
Block a user