summaryrefslogtreecommitdiff
path: root/Graphics.py
diff options
context:
space:
mode:
Diffstat (limited to 'Graphics.py')
-rw-r--r--Graphics.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Graphics.py b/Graphics.py
index 0fa3306..fd02d39 100644
--- a/Graphics.py
+++ b/Graphics.py
@@ -472,7 +472,7 @@ class NodeItem(QtWidgets.QGraphicsItem):
if ok and text:
self.nop = int(text)
self.obj.no_of_outputs = self.nop
- self.obj.variables['NOO']['value'] = self.nop
+ self.obj.variables['No']['value'] = self.nop
self.dock_widget = None
lst.append(self)