summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarlos Garnacho <carlosg@gnome.org>2017-12-22 17:16:57 +0100
committerCarlos Garnacho <carlosg@gnome.org>2017-12-22 17:16:57 +0100
commit9a13882a9538c3f6d4dc181a5217e379c4a6a35b (patch)
tree7cfc10e9a02bb001b05f57b9547191bd606db1aa
parent4f6a3cd8748462cdba216bbbe80c736bb0722162 (diff)
downloadmutter-wip/carlosg/text-input.tar.gz
clutter: Make ClutterText request toggling the input panelwip/carlosg/text-input
So gnome-shell is able to show the OSK for it.
-rw-r--r--clutter/clutter/clutter-text.c1
1 files changed, 1 insertions, 0 deletions
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