Skip to content

Commit 9dfd3ef

Browse files
committed
Fix wingpanel issue
1 parent bf6d39c commit 9dfd3ef

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/ShellClients/PanelClone.vala

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,10 @@ public class Gala.PanelClone : Object {
6363
}
6464
});
6565

66+
// Make sure the actor is visible once it's focused FIXME: better event not only focused
67+
// https://github.com/elementary/gala/issues/2080
68+
panel.window.focused.connect (update_visible);
69+
6670
update_visible ();
6771
update_clone_position ();
6872

0 commit comments

Comments
 (0)