Skip to content

Commit

Permalink
Update intellihide.js
Browse files Browse the repository at this point in the history
change maximize/unmaximize to size-change(due to API-change)
  • Loading branch information
Haringat committed Aug 1, 2015
1 parent 192b9e8 commit 13df052
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions intellihide.js
Original file line number Diff line number Diff line change
Expand Up @@ -75,12 +75,7 @@ const intellihide = new Lang.Class({
// direct maximize/unmazimize are not included in grab-operations
[
global.window_manager,
'maximize',
Lang.bind(this, this._checkOverlap )
],
[
global.window_manager,
'unmaximize',
'size-change',
Lang.bind(this, this._checkOverlap )
],
// triggered for instance when the window list order changes,
Expand Down

0 comments on commit 13df052

Please sign in to comment.