Skip to content

Commit fe5224f

Browse files
committed
mend
1 parent e061142 commit fe5224f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/ShellClients/HideTracker.vala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2024 elementary, Inc. (https://elementary.io)
2+
* Copyright 2024-2025 elementary, Inc. (https://elementary.io)
33
* SPDX-License-Identifier: GPL-3.0-or-later
44
*
55
* Authored by: Leonhard Kargl <[email protected]>

src/ShellClients/PanelWindow.vala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ public class Gala.PanelWindow : ShellWindow, RootTarget {
146146

147147
// Forcefully release barrier events when we are fully visible
148148
// to avoid interference with multiple monitors workflow
149-
hide_tracker.release_barrier_events = get_hidden_progress () == 1.0;
149+
hide_tracker.release_barrier = get_hidden_progress () == 1.0;
150150
}
151151

152152
private bool update_overlap (Meta.Workspace workspace) {

0 commit comments

Comments
 (0)