const some things

This commit is contained in:
Simon Gardling 2022-05-25 13:19:19 -04:00
parent f3f0aa53a9
commit de7826a47d

View File

@ -486,8 +486,8 @@ impl FunctionEntry {
.cloned() .cloned()
.collect::<Vec<Value>>() .collect::<Vec<Value>>()
.to_line() .to_line()
.stroke(epaint::Stroke::none()) .stroke(const { epaint::Stroke::none() })
.color(Color32::from_rgb(4, 4, 255)) .color(const { Color32::from_rgb(4, 4, 255) })
.fill(0.0), .fill(0.0),
); );
} }