signal_to_timeline
This commit is contained in:
parent
6e85b7fa35
commit
d8c1b0abac
10 changed files with 92 additions and 21 deletions
|
@ -117,7 +117,7 @@ impl WaveformPanel {
|
|||
|
||||
let var = hierarchy.get(var_ref);
|
||||
let signal_ref = var.signal_ref();
|
||||
let timeline = platform::timeline(signal_ref, controller.screen_width()).await;
|
||||
let timeline = platform::timeline(signal_ref, controller.screen_width(), ROW_HEIGHT).await;
|
||||
|
||||
// @TODO remove
|
||||
zoon::println!("Timeline in Rust: {timeline:#?}");
|
||||
|
|
Reference in a new issue