We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5815ba1 commit b1066b8Copy full SHA for b1066b8
NodeGraphQt/base/commands.py
@@ -80,7 +80,7 @@ def set_node_visible(self, visible):
80
model.set_property('visible', visible)
81
82
node_view = self.node.view
83
- node_view.setVisible(visible)
+ node_view.visible = visible
84
85
# redraw the connected pipes in the scene.
86
ports = node_view.inputs + node_view.outputs
0 commit comments