aboutsummaryrefslogtreecommitdiff
path: root/src/handlers/compositor.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/handlers/compositor.rs')
-rw-r--r--src/handlers/compositor.rs3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/handlers/compositor.rs b/src/handlers/compositor.rs
index 30963f47..7cceaea0 100644
--- a/src/handlers/compositor.rs
+++ b/src/handlers/compositor.rs
@@ -135,6 +135,9 @@ impl CompositorHandler for State {
// The toplevel remains mapped.
self.niri.layout.update_window(&window);
+ // Popup placement depends on window size which might have changed.
+ self.update_reactive_popups(&window, &output);
+
self.niri.queue_redraw(output);
return;
}