Skip to content

Commit

Permalink
function signature fix.
Browse files Browse the repository at this point in the history
  • Loading branch information
jchanvfx committed Jan 22, 2024
1 parent 1aaac0b commit 7d84f0d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -733,7 +733,7 @@ def __on_graph_property_changed(self, node, prop_name, prop_value):
prop_name (str): node property name.
prop_value (object): node property value.
"""
properties_widget = self.prop_widget(node)
properties_widget = self.get_property_editor_widget(node)
if not properties_widget:
return

Expand Down
2 changes: 1 addition & 1 deletion NodeGraphQt/pkg_info.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/python
# -*- coding: utf-8 -*-
__version__ = '0.6.33'
__version__ = '0.6.34'
__status__ = 'Work in Progress'
__license__ = 'MIT'

Expand Down

0 comments on commit 7d84f0d

Please sign in to comment.