fix
This commit is contained in:
@@ -129,6 +129,7 @@ impl MyApp {
|
||||
fn view(&self) -> iced::Element<Message> {
|
||||
let txt_nb_rev = format!("Revolution per second : {}", self.nb_sec_for_rev);
|
||||
let mut i = 0;
|
||||
//Create all polygon options
|
||||
let polygon_rows: Vec<Element<Message>> = self
|
||||
.poly_frame
|
||||
.polygons
|
||||
|
||||
Reference in New Issue
Block a user