Open
Description
# get the nodes menu.
nodes_menu = graph.get_context_menu('nodes')
# here we add override the context menu for "MyGroupNode".
nodes_menu.add_command('Expand Group',
func=expand_group_node,
node_type='MyGroupNode')
Right clicking on a group node within the root level graph shows the expand command as expected, but in a nested Group, it doesn't.
Version 0.6.38
Metadata
Metadata
Assignees
Labels
No labels