mirror of
https://github.com/penpot/penpot.git
synced 2025-12-11 22:14:05 +01:00
🐛 Fix regression introduced on the set-grid-layout-cells fn
Incorrect data is used for calcultate the size
This commit is contained in:
@@ -385,6 +385,7 @@ impl GridData {
|
||||
}
|
||||
}
|
||||
|
||||
// FIXME: use transmute
|
||||
#[derive(Debug)]
|
||||
#[repr(C)]
|
||||
pub struct RawGridTrack {
|
||||
|
||||
Reference in New Issue
Block a user