From b516840e0a15d54e78d710c8a2af4f27b8fc11c5 Mon Sep 17 00:00:00 2001 From: Adam Johnson Date: Sat, 26 Aug 2023 20:55:01 -0400 Subject: [PATCH] Fix #1474. Fixes typo causing issue reported in discord where the avatar customization GUI can persist into Relto. --- Scripts/Python/xAvatarCustomization.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Scripts/Python/xAvatarCustomization.py b/Scripts/Python/xAvatarCustomization.py index 0aa4e703dd..93776b8270 100644 --- a/Scripts/Python/xAvatarCustomization.py +++ b/Scripts/Python/xAvatarCustomization.py @@ -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: