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()
.collect::<Vec<Value>>()
.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),
);
}