zoom_or_pan, fix first row width
This commit is contained in:
parent
7107f77c82
commit
60d4231575
12 changed files with 92 additions and 79 deletions
|
@ -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>,
|
||||
|
|
Reference in a new issue