mirror of
https://github.com/eliasstepanik/egui_node_graph.git
synced 2026-01-11 05:48:27 +00:00
Always put finder on top
This commit is contained in:
parent
ed4b2ac499
commit
1ced8c5609
@ -118,7 +118,7 @@ where
|
||||
/* Draw the node finder, if open */
|
||||
let mut should_close_node_finder = false;
|
||||
if let Some(ref mut node_finder) = self.node_finder {
|
||||
let mut node_finder_area = Area::new("node_finder");
|
||||
let mut node_finder_area = Area::new("node_finder").order(Order::Foreground);
|
||||
if let Some(pos) = node_finder.position {
|
||||
node_finder_area = node_finder_area.current_pos(pos);
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user