mirror of
https://github.com/edu4rdshl/gnome-shell.git
synced 2026-07-17 23:24:51 +00:00
magnifier: Unset variable holding GSource ID
Otherwise we try to remove the no longer existing GSource later on. Part-of: <https://gitlab.gnome.org/GNOME/gnome-shell/-/merge_requests/1902>
This commit is contained in:
parent
54a71944ba
commit
a363f1343a
1 changed files with 2 additions and 0 deletions
|
|
@ -1166,6 +1166,8 @@ var ZoomRegion = class ZoomRegion {
|
|||
this._yDelayed = null;
|
||||
}
|
||||
|
||||
this._scrollContentsTimerId = 0;
|
||||
|
||||
return GLib.SOURCE_REMOVE;
|
||||
});
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue