From 1f1f49dc7965a1c80e58c33f6b1508db91ee1919 Mon Sep 17 00:00:00 2001 From: Carlos Garnacho Date: Fri, 8 Feb 2019 22:50:41 +0100 Subject: [PATCH] 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 *