Skip to content

Commit 4db312b

Browse files
committed
PiP: set correct clone size with csd shadows
1 parent a15dc03 commit 4db312b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugins/pip/PopupWindow.vala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ public class Gala.Plugins.PIP.PopupWindow : Clutter.Actor {
118118

119119
window_actor.notify["allocation"].connect (on_allocation_changed);
120120
container.set_position (container_margin, container_margin);
121-
update_clone_clip ();
121+
on_allocation_changed ();
122122

123123
unowned var window = window_actor.get_meta_window ();
124124
window.unmanaged.connect (on_close_click_clicked);

0 commit comments

Comments
 (0)