Update proximity when closing the overview

This commit is contained in:
Charles Gagnon
2020-04-30 13:13:33 -04:00
parent 36e0600df5
commit 595a083201

View File

@@ -122,6 +122,11 @@ var ProximityManager = Utils.defineClass({
'switch-workspace',
() => Object.keys(this._watches).forEach(id => this._watches[id].overlap = 0)
],
[
Main.overview,
'hidden',
() => this._queueUpdate()
],
[
global.display,
'notify::focus-window',