diff --git a/src/wayland/shell/xdg/mod.rs b/src/wayland/shell/xdg/mod.rs index 4a056d0595a6..18f06fb083a3 100644 --- a/src/wayland/shell/xdg/mod.rs +++ b/src/wayland/shell/xdg/mod.rs @@ -1993,9 +1993,7 @@ impl PopupSurface { if attributes.initial_configure_sent { if let Some(state) = attributes.last_acked { - if state != attributes.current { - attributes.current = state; - } + attributes.current = state; } } });