const some things
This commit is contained in:
parent
f3f0aa53a9
commit
de7826a47d
@ -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),
|
||||
);
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user