Skip to content

Commit 62d928e

Browse files
committed
Update nodeColorChange.py
1 parent 249ccc8 commit 62d928e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Python_GUI/nodeColorChange/nodeColorChange.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,8 @@ def nodeColorChange():
1616
dialog = app.createModalDialog()
1717

1818
# create Color picker box #
19-
myColor = dialog.createColorParam("myColor","Color : ",0)
19+
myColor = dialog.createColorParam("myColor","Color : ", 0)
20+
myColor.set(1,1,1,0)
2021

2122
dialog.refreshUserParamsGUI()
2223

0 commit comments

Comments
 (0)