Skip to content
Commit 83ed2503 authored by Vlad Zahorodnii's avatar Vlad Zahorodnii
Browse files

wayland: Block geometry updates while placing popups

Placement::placeTransient() checks the frame geometry right after
setting it. That is a problem because geometry updates for
XdgPopupClient are made in async fashion. We need to block geometry
updates in order to ensure that window placement code sees correct
geometry.


(cherry picked from commit f369a355)
parent e35a5a7e
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment