[gnome-shell/wip/carlosg/magnifier-fixes: 1/3] magnifier: Unset variable holding GSource ID
- From: Marge Bot <marge-bot src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-shell/wip/carlosg/magnifier-fixes: 1/3] magnifier: Unset variable holding GSource ID
- Date: Mon, 28 Jun 2021 20:03:43 +0000 (UTC)
commit a363f1343a74ae3265c11db9220ebd6eec0e21e1
Author: Carlos Garnacho <carlosg gnome org>
Date: Mon Jun 28 14:17:25 2021 +0200
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>
js/ui/magnifier.js | 2 ++
1 file changed, 2 insertions(+)
---
diff --git a/js/ui/magnifier.js b/js/ui/magnifier.js
index d818a75b0d..22c11766b0 100644
--- a/js/ui/magnifier.js
+++ b/js/ui/magnifier.js
@@ -1166,6 +1166,8 @@ var ZoomRegion = class ZoomRegion {
this._yDelayed = null;
}
+ this._scrollContentsTimerId = 0;
+
return GLib.SOURCE_REMOVE;
});
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]