ripples: Add destroy() method and remove them when unneeded
https://gitlab.gnome.org/GNOME/gnome-shell/merge_requests/700
This commit is contained in:

committed by
Florian Müllner

parent
ea5aaa8ab2
commit
eca98aee42
@ -1224,6 +1224,8 @@ var HotCorner = class HotCorner {
|
||||
|
||||
if (this.actor)
|
||||
this.actor.destroy();
|
||||
|
||||
this._ripples.destroy();
|
||||
}
|
||||
|
||||
_toggleOverview() {
|
||||
|
Reference in New Issue
Block a user