Skip to content

Commit 443dcd1

Browse files
committed
Revert "FIX: multimonitor remove "bobble" of topbar positioning momemtarily"
This reverts commit 4a436ee.
1 parent 05ee292 commit 443dcd1

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

tiling.js

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -616,11 +616,8 @@ export class Space extends Array {
616616
return;
617617
}
618618

619-
if (this.hasFullScreenWindow()) {
620-
workArea.y = 0;
621-
}
622619
// compensate to keep window position bar on all monitors
623-
else if (Settings.prefs.show_window_position_bar) {
620+
if (Settings.prefs.show_window_position_bar) {
624621
const panelBoxHeight = Topbar.panelBox.height;
625622
const monitor = Main.layoutManager.primaryMonitor;
626623
if (monitor !== this.monitor) {

0 commit comments

Comments
 (0)