Skip to content

Commit

Permalink
Update OWNxExplorer.py
Browse files Browse the repository at this point in the history
  • Loading branch information
ajdapretnar authored Apr 22, 2024
1 parent 6f8308b commit 24d2ee1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion orangecontrib/network/widgets/OWNxExplorer.py
Original file line number Diff line number Diff line change
Expand Up @@ -433,7 +433,7 @@ def mark_more_than_average_neighbour():
("Mark node labelled as", text_line(), mark_label_equals),
("Mark nodes whose label starts with", text_line(), mark_label_starts),
("Mark nodes whose label contains", text_line(), mark_label_contains),
("Mark nodes whose data that contains", text_line(), mark_text),
("Mark nodes whose data contains", text_line(), mark_text),
("Mark nodes reachable from selected", None, mark_reachable),

("Mark nodes in vicinity of selection",
Expand Down

0 comments on commit 24d2ee1

Please sign in to comment.