Skip to content

Commit 8e063aa

Browse files
committed
property bin bug fix.
1 parent 93e0874 commit 8e063aa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

NodeGraphQt/custom_widgets/properties_bin/node_property_widgets.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -798,7 +798,7 @@ def add_node(self, node):
798798
if self.limit() == 0 or self._lock:
799799
return
800800

801-
rows = self._prop_list.rowCount()
801+
rows = self._prop_list.rowCount() - 1
802802
if rows >= self.limit():
803803
self._prop_list.removeRow(rows - 1)
804804

0 commit comments

Comments
 (0)