File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff 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);
Original file line number Diff line number Diff line change @@ -111,6 +111,7 @@ public class Gala.PanelWindow : ShellWindow, RootTarget {
111111 public void set_size (int width, int height) {
112112 this . width = width;
113113 this . height = height;
114+ position_window ();
114115 }
115116
116117 public void request_visible_in_multitasking_view () {
You can’t perform that action at this time.
0 commit comments