[mutter/wip/carlosg/no-toggle-panel-across-focus: 6/7] clutter: Do not toggle the OSK panel off after focus out



commit 2ac3eb51ac0d34102b8216b2115c6264dfccd880
Author: Carlos Garnacho <carlosg gnome org>
Date:   Fri Feb 8 22:50:41 2019 +0100

    clutter: Do not toggle the OSK panel off after focus out
    
    Let the upper layers figure out whether the panel should be shown
    or hidden.
    
    https://gitlab.gnome.org/GNOME/gtk/issues/1277

 clutter/clutter/clutter-input-method.c | 3 ---
 1 file changed, 3 deletions(-)
---
diff --git a/clutter/clutter/clutter-input-method.c b/clutter/clutter/clutter-input-method.c
index 8f0c4b07c..95fc1eb37 100644
--- a/clutter/clutter/clutter-input-method.c
+++ b/clutter/clutter/clutter-input-method.c
@@ -264,9 +264,6 @@ clutter_input_method_focus_out (ClutterInputMethod *im)
 
   klass = CLUTTER_INPUT_METHOD_GET_CLASS (im);
   klass->focus_out (im);
-
-  g_signal_emit (im, signals[INPUT_PANEL_STATE],
-                 0, CLUTTER_INPUT_PANEL_STATE_OFF);
 }
 
 ClutterInputFocus *


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