pygui raise copied nodes above copied edges
This commit is contained in:
parent
28f7d93abd
commit
4ae5936bdc
1 changed files with 1 additions and 0 deletions
|
@ -998,6 +998,7 @@ class CanvasGraph(tk.Canvas):
|
|||
width=self.itemcget(edge.id, "width"),
|
||||
fill=self.itemcget(edge.id, "fill"),
|
||||
)
|
||||
self.tag_raise(tags.NODE)
|
||||
|
||||
def scale_graph(self):
|
||||
for nid, canvas_node in self.nodes.items():
|
||||
|
|
Loading…
Reference in a new issue