diff --git a/clutter/clutter/clutter-text.c b/clutter/clutter/clutter-text.c index 7fc5304a8..460947c9d 100644 --- a/clutter/clutter/clutter-text.c +++ b/clutter/clutter/clutter-text.c @@ -1964,6 +1964,7 @@ clutter_text_press (ClutterActor *actor, return CLUTTER_EVENT_PROPAGATE; clutter_actor_grab_key_focus (actor); + clutter_input_focus_request_toggle_input_panel (CLUTTER_INPUT_FOCUS (self)); /* if the actor is empty we just reset everything and not * set up the dragging of the selection since there's nothing