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 a15dc03 commit 4db312bCopy full SHA for 4db312b
plugins/pip/PopupWindow.vala
@@ -118,7 +118,7 @@ public class Gala.Plugins.PIP.PopupWindow : Clutter.Actor {
118
119
window_actor.notify["allocation"].connect (on_allocation_changed);
120
container.set_position (container_margin, container_margin);
121
- update_clone_clip ();
+ on_allocation_changed ();
122
123
unowned var window = window_actor.get_meta_window ();
124
window.unmanaged.connect (on_close_click_clicked);
0 commit comments