layout: Test that interactively moved window is not pending fullscreen

This commit is contained in:
Ivan Molodetskikh
2025-03-17 07:45:26 +03:00
parent 926e63a5f3
commit 27a715aded
+1
View File
@@ -2335,6 +2335,7 @@ impl<W: LayoutElement> Layout<W> {
}
InteractiveMoveState::Moving(move_) => {
assert_eq!(self.clock, move_.tile.clock);
assert!(!move_.tile.window().is_pending_fullscreen());
let scale = move_.output.current_scale().fractional_scale();
let options = Options::clone(&self.options).adjusted_for_scale(scale);