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