[mutter/wip/carlosg/no-toggle-panel-across-focus: 3/5] clutter: Do not toggle the OSK panel off after focus out
- From: Carlos Garnacho <carlosg src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [mutter/wip/carlosg/no-toggle-panel-across-focus: 3/5] clutter: Do not toggle the OSK panel off after focus out
- Date: Mon, 25 Feb 2019 19:30:53 +0000 (UTC)
commit 129dd75774e52cd33cb5a9d20a14d56dfe91221a
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]