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
@ -814,6 +814,8 @@ class AppSwitcher extends SwitcherPopup.SwitcherList {
|
||||
} else {
|
||||
this._itemEntered(index);
|
||||
}
|
||||
|
||||
return Clutter.EVENT_PROPAGATE;
|
||||
}
|
||||
|
||||
_enterItem(index) {
|
||||
|
Loading…
Reference in New Issue
Block a user