pygui: refactored how edges determine if they are linked wireless, removed wireless network tracking that was not being used by the canvas manager, added helper function to nodes to check if they are of wireless type
This commit is contained in:
parent
63282134f5
commit
685b21924c
3 changed files with 42 additions and 69 deletions
|
@ -406,3 +406,6 @@ class CanvasNode:
|
|||
return False
|
||||
# valid link
|
||||
return True
|
||||
|
||||
def is_wireless(self) -> bool:
|
||||
return NodeUtils.is_wireless_node(self.core_node.type)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue