Skip to content

Commit db4b27a

Browse files
committed
added todo note
1 parent 270a47a commit db4b27a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

NodeGraphQt/custom_widgets/properties_bin/node_property_widgets.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -226,6 +226,8 @@ def _build_row(self, tree, port):
226226
item.setToolTip(2, 'Select connected port.')
227227
item.setToolTip(3, 'Center on connected port node.')
228228

229+
# TODO: will need to update this checkbox lock logic to work with
230+
# the unde/redo functionality.
229231
lock_chb = QtWidgets.QCheckBox()
230232
lock_chb.setChecked(port.locked())
231233
lock_chb.clicked.connect(lambda x: port.set_locked(x))

0 commit comments

Comments
 (0)