diff --git a/src/function_entry.rs b/src/function_entry.rs index 7e7f0b8..3cdc48c 100644 --- a/src/function_entry.rs +++ b/src/function_entry.rs @@ -486,8 +486,8 @@ impl FunctionEntry { .cloned() .collect::>() .to_line() - .stroke(epaint::Stroke::none()) - .color(Color32::from_rgb(4, 4, 255)) + .stroke(const { epaint::Stroke::none() }) + .color(const { Color32::from_rgb(4, 4, 255) }) .fill(0.0), ); }