We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bf6d39c commit 9dfd3efCopy full SHA for 9dfd3ef
src/ShellClients/PanelClone.vala
@@ -63,6 +63,10 @@ public class Gala.PanelClone : Object {
63
}
64
});
65
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
+
70
update_visible ();
71
update_clone_position ();
72
0 commit comments