Skip to content

Commit

Permalink
wm: fix multi-monitor configuration with different scale factors
Browse files Browse the repository at this point in the history
Or at least try to do so...

#167
  • Loading branch information
amezin committed Aug 31, 2022
1 parent 2503d18 commit f400e96
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wm.js
Original file line number Diff line number Diff line change
Expand Up @@ -445,8 +445,8 @@ var WindowManager = GObject.registerClass(
);

if (!prev_target_rect || !this.current_target_rect.equal(prev_target_rect)) {
this.notify('target-rect');
this._update_window_geometry();
this.notify('target-rect');
}
}

Expand Down

0 comments on commit f400e96

Please sign in to comment.