mirror of
https://github.com/brl/mutter.git
synced 2024-11-21 23:50:41 -05:00
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
This commit is contained in:
parent
3fd0e23ed9
commit
1f1f49dc79
@ -266,9 +266,6 @@ clutter_input_method_focus_out (ClutterInputMethod *im)
|
|||||||
|
|
||||||
klass = CLUTTER_INPUT_METHOD_GET_CLASS (im);
|
klass = CLUTTER_INPUT_METHOD_GET_CLASS (im);
|
||||||
klass->focus_out (im);
|
klass->focus_out (im);
|
||||||
|
|
||||||
g_signal_emit (im, signals[INPUT_PANEL_STATE],
|
|
||||||
0, CLUTTER_INPUT_PANEL_STATE_OFF);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
ClutterInputFocus *
|
ClutterInputFocus *
|
||||||
|
Loading…
Reference in New Issue
Block a user