This commit is contained in:
2025-06-03 16:06:22 +02:00
parent 5839e0ee0e
commit b74a69d8e2
2 changed files with 3 additions and 0 deletions

View File

@@ -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