mirror of
https://github.com/niri-wm/niri.git
synced 2026-06-21 02:01:55 +07:00
tile: Fix returned snapshot size
This commit is contained in:
+1
-1
@@ -706,7 +706,7 @@ impl<W: LayoutElement> Tile<W> {
|
||||
snapshot.blocked_out_contents,
|
||||
),
|
||||
block_out_from: snapshot.block_out_from,
|
||||
size: snapshot.size,
|
||||
size: self.animated_tile_size(),
|
||||
texture: Default::default(),
|
||||
blocked_out_texture: Default::default(),
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user