🐛 Fix regression introduced on the set-grid-layout-cells fn

Incorrect data is used for calcultate the size
This commit is contained in:
Andrey Antukh
2025-08-12 10:33:50 +02:00
parent f32b92a5b0
commit 6b6e80f4b8
2 changed files with 2 additions and 1 deletions

View File

@@ -385,6 +385,7 @@ impl GridData {
}
}
// FIXME: use transmute
#[derive(Debug)]
#[repr(C)]
pub struct RawGridTrack {