set_var_format
This commit is contained in:
parent
6926b0176f
commit
1ed1661b16
11 changed files with 145 additions and 35 deletions
|
@ -33,8 +33,9 @@ pub async fn load_signal_and_get_timeline(
|
|||
signal_ref: wellen::SignalRef,
|
||||
screen_width: u32,
|
||||
block_height: u32,
|
||||
var_format: shared::VarFormat,
|
||||
) -> shared::Timeline {
|
||||
platform::load_signal_and_get_timeline(signal_ref, screen_width, block_height).await
|
||||
platform::load_signal_and_get_timeline(signal_ref, screen_width, block_height, var_format).await
|
||||
}
|
||||
|
||||
pub async fn unload_signal(signal_ref: wellen::SignalRef) {
|
||||
|
|
Reference in a new issue