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



commit 1f1f49dc7965a1c80e58c33f6b1508db91ee1919
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
    https://gitlab.gnome.org/GNOME/mutter/merge_requests/432

 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 5b6311878..344e19297 100644
--- a/clutter/clutter/clutter-input-method.c
+++ b/clutter/clutter/clutter-input-method.c
@@ -266,9 +266,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]