[mutter] clutter: Make ClutterText request toggling the input panel



commit 513c278077ce6885de883cf9a677337f16a504be
Author: Carlos Garnacho <carlosg gnome org>
Date:   Fri Dec 22 17:16:57 2017 +0100

    clutter: Make ClutterText request toggling the input panel
    
    So gnome-shell is able to show the OSK for it.

 clutter/clutter/clutter-text.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/clutter/clutter/clutter-text.c b/clutter/clutter/clutter-text.c
index c0a18fe..854b413 100644
--- a/clutter/clutter/clutter-text.c
+++ b/clutter/clutter/clutter-text.c
@@ -1997,6 +1997,7 @@ clutter_text_press (ClutterActor *actor,
     return CLUTTER_EVENT_PROPAGATE;
 
   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
    * set up the dragging of the selection since there's nothing


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]