mirror of
https://github.com/eliasstepanik/egui_node_graph.git
synced 2026-01-11 13:58:28 +00:00
NodeDataTrait::top_bar_ui fix doc comment
This commit is contained in:
parent
0594981326
commit
fad164b88c
@ -113,7 +113,7 @@ where
|
|||||||
where
|
where
|
||||||
Self::Response: UserResponseTrait;
|
Self::Response: UserResponseTrait;
|
||||||
|
|
||||||
// UI to draw on the top bar of the node.
|
/// UI to draw on the top bar of the node.
|
||||||
fn top_bar_ui(
|
fn top_bar_ui(
|
||||||
&self,
|
&self,
|
||||||
_ui: &mut egui::Ui,
|
_ui: &mut egui::Ui,
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user