layout/tile: Remove redundant .to_f64()

This commit is contained in:
Ivan Molodetskikh
2026-01-28 08:09:32 +03:00
parent a78f07cd58
commit f30db163b5
+1 -1
View File
@@ -1042,7 +1042,7 @@ impl<W: LayoutElement> Tile<W> {
let location = location + self.bob_offset();
let window_loc = self.window_loc();
let window_size = self.window_size().to_f64();
let window_size = self.window_size();
let animated_window_size = self.animated_window_size();
let window_render_loc = location + window_loc;
let area = Rectangle::new(window_render_loc, animated_window_size);