diff options
author | Rye Mutt <rye@alchemyviewer.org> | 2024-07-25 23:24:39 -0400 |
---|---|---|
committer | Rye Mutt <rye@alchemyviewer.org> | 2024-07-25 23:24:39 -0400 |
commit | 10e5e5694668a5376378dc487b54f1045080e47e (patch) | |
tree | 136d099a5db45b5270ccb3b234b597795dc88f19 /indra/newview/lloutfitgallery.h | |
parent | 005f3bd62a73040fe9a9c447f697e70a3d918bd4 (diff) |
Reduce findChild stalls in appearance floater
Diffstat (limited to 'indra/newview/lloutfitgallery.h')
-rw-r--r-- | indra/newview/lloutfitgallery.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/newview/lloutfitgallery.h b/indra/newview/lloutfitgallery.h index d921a7fe72..5b2a33d0ca 100644 --- a/indra/newview/lloutfitgallery.h +++ b/indra/newview/lloutfitgallery.h @@ -261,6 +261,7 @@ private: LLTextBox* mOutfitNameText; LLTextBox* mOutfitWornText; LLPanel* mTextBgPanel; + LLIconCtrl* mPreviewIcon = nullptr; bool mSelected; bool mWorn; bool mDefaultImage; |