Skip to content

Commit

Permalink
optimize window buttons on overview hide
Browse files Browse the repository at this point in the history
  • Loading branch information
jonian committed Feb 19, 2018
1 parent f42b6eb commit 1e49f7b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion [email protected]/modules/windowButtons.js
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ var WindowButtons = new Lang.Class({
));

this._ovHandlerIDs.push(Main.overview.connect(
'hidden', Lang.bind(this, this._updateVisibility)
'hiding', Lang.bind(this, this._updateVisibility)
));

this._wmHandlerIDs.push(global.window_manager.connect(
Expand Down

0 comments on commit 1e49f7b

Please sign in to comment.