zoom on time line
This commit is contained in:
@@ -17,12 +17,12 @@ mod gui;
|
||||
use gui::{load_file_view, music_view};
|
||||
|
||||
use iced::Font;
|
||||
use iced::Theme;
|
||||
use iced::{
|
||||
Color, Event, Task,
|
||||
event::{self, Status},
|
||||
keyboard::{Key, key::Named},
|
||||
};
|
||||
use iced::Theme;
|
||||
|
||||
use std::time::Instant;
|
||||
|
||||
@@ -190,7 +190,6 @@ impl MyApp {
|
||||
}
|
||||
|
||||
Message::ChangeDelta(f) => {
|
||||
self.already_save = false;
|
||||
self.current_delta = f;
|
||||
self.music.fix_teta(self.current_delta);
|
||||
// update the red dot on canvas
|
||||
|
||||
Reference in New Issue
Block a user