Merge pull request #2069 from mayakwd/fix/popup-reconfiguration

fix: Remove redundant configure in popup reposition_request
This commit is contained in:
Levi Portenier 2026-02-11 13:13:45 -07:00 committed by GitHub
commit af40d8ab24
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -164,12 +164,6 @@ impl XdgShellHandler for State {
self.common.shell.read().unconstrain_popup(&surface);
surface.send_repositioned(token);
if let Err(err) = surface.send_configure() {
warn!(
?err,
"Client bug: Unable to re-configure repositioned popup.",
);
}
}
fn move_request(&mut self, surface: ToplevelSurface, seat: WlSeat, serial: Serial) {