mirror of
https://github.com/eliasstepanik/egui_node_graph.git
synced 2026-01-11 13:58:28 +00:00
fix clippy
This commit is contained in:
parent
e8ae78d3fb
commit
a9402c77e2
@ -522,7 +522,7 @@ where
|
|||||||
fill: self.graph[self.node_id]
|
fill: self.graph[self.node_id]
|
||||||
.user_data
|
.user_data
|
||||||
.titlebar_color(ui, self.node_id, self.graph, user_state)
|
.titlebar_color(ui, self.node_id, self.graph, user_state)
|
||||||
.unwrap_or(background_color.lighten(0.8)),
|
.unwrap_or_else(|| background_color.lighten(0.8)),
|
||||||
stroke: Stroke::none(),
|
stroke: Stroke::none(),
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user