zoom_or_pan, fix first row width

This commit is contained in:
Martin Kavík 2024-06-11 22:42:14 +02:00
parent 7107f77c82
commit 60d4231575
12 changed files with 92 additions and 79 deletions

View file

@ -17,7 +17,7 @@ pub struct Timeline {
#[derive(Serialize, Deserialize, Debug, Default)]
#[serde(crate = "serde")]
pub struct TimelineBlock {
pub x: u32,
pub x: i32,
pub width: u32,
pub height: u32,
pub label: Option<TimeLineBlockLabel>,