fix: commit popup surface when receiving configure event

This commit is contained in:
drendog 2026-01-18 23:34:51 +01:00
parent 43149e6d06
commit c430938bf1
Signed by: dwenya
GPG key ID: 8DD77074645332D0

View file

@ -240,6 +240,7 @@ impl SurfaceState {
"Marking popup with handle {handle:?} as configured after XdgPopup::Configure"
);
popup_manager.mark_popup_configured(handle.key());
popup_manager.commit_popup_surface(handle.key());
popup_manager.mark_all_popups_dirty();
}
}