Skip to content

Commit

Permalink
Merge pull request #1475 from Hoikas/typo_fix
Browse files Browse the repository at this point in the history
Fix #1474.
  • Loading branch information
Hoikas authored Aug 27, 2023
2 parents d3092a1 + b516840 commit c88011c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Scripts/Python/xAvatarCustomization.py
Original file line number Diff line number Diff line change
Expand Up @@ -758,7 +758,7 @@ def OnGUINotify(self,id,control,event):
descbox = AvCustGUI.dialog.getControlModFromTag(kClothingDesc)
descbox.setString(newitem.description)
# set up the color pickers
colorbar1 = pAvCustGUI.dialog.getControlModFromTag(kColorbarName1)
colorbar1 = AvCustGUI.dialog.getControlModFromTag(kColorbarName1)
if newitem.colorlabel1 == "":
self.IHideColorPicker(kColor1ClickMap)
else:
Expand Down

0 comments on commit c88011c

Please sign in to comment.