Skip to content

Commit

Permalink
chore: do not re-render on meta/ws/monitor change
Browse files Browse the repository at this point in the history
This seems to impact GNOME-40+ drag/drop not sure why yet.
  • Loading branch information
jmmaranan committed Nov 3, 2021
1 parent 345e1fb commit 1425423
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion window.js
Original file line number Diff line number Diff line change
Expand Up @@ -1357,8 +1357,8 @@ var WindowManager = GObject.registerClass(
Logger.debug(`update-ws-mon:${from}: ${metaWindow.get_wm_class()}`);
Logger.trace(` on workspace: ${metaWindow.get_workspace().index()}`);
Logger.trace(` on monitor: ${monitor} `);
this.renderTree(from);
}
this.renderTree(from);
this.showBorderFocusWindow();
}

Expand Down

0 comments on commit 1425423

Please sign in to comment.