diff --git a/src/shell/layout/floating/grabs/resize.rs b/src/shell/layout/floating/grabs/resize.rs index 27153d11..0c453e62 100644 --- a/src/shell/layout/floating/grabs/resize.rs +++ b/src/shell/layout/floating/grabs/resize.rs @@ -371,9 +371,11 @@ impl ResizeSurfaceGrab { } } } - floating_layer - .space - .map_element(window, new_location.as_logical(), false); + floating_layer.space.map_element( + window, + new_location.to_local(&output).as_logical(), + false, + ); } } }