mirror of
https://github.com/edu4rdshl/gnome-shell.git
synced 2026-07-18 07:34:54 +00:00
altTab: Also return EVENT_PROPAGATE in override of _onItemMotion()
Clutter expects a return value here, so make sure we also return Clutter.EVENT_PROPAGATE just like the function we override does. Part-of: <https://gitlab.gnome.org/GNOME/gnome-shell/-/merge_requests/2097>
This commit is contained in:
parent
87101cf165
commit
d8a38672f1
1 changed files with 2 additions and 0 deletions
|
|
@ -814,6 +814,8 @@ class AppSwitcher extends SwitcherPopup.SwitcherList {
|
|||
} else {
|
||||
this._itemEntered(index);
|
||||
}
|
||||
|
||||
return Clutter.EVENT_PROPAGATE;
|
||||
}
|
||||
|
||||
_enterItem(index) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue