Skip to content

Commit 71e63b3

Browse files
authored
Merge branch 'main' into lenemter/focus-fullscreen-overlap
2 parents 98071e0 + 9b98e56 commit 71e63b3

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-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);

src/ShellClients/PanelWindow.vala

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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 () {

0 commit comments

Comments
 (0)