diff options
author | pavelkproductengine <pavelkproductengine@lindenlab.com> | 2015-12-22 20:27:19 +0200 |
---|---|---|
committer | pavelkproductengine <pavelkproductengine@lindenlab.com> | 2015-12-22 20:27:19 +0200 |
commit | 5d576df19047ec45070f6571ebcada26e5c20756 (patch) | |
tree | ea6e013829598bd3df1c29b1ffa828cb89ad81aa /indra/newview/lloutfitgallery.h | |
parent | 749bb57cd19d51090d64cd2261048b9a0654807b (diff) |
MAINT-5194 Visual Outfit Browser
1)Added visual hilighting of worn outfit
2)Fixed colors of selection borders to fit initial design
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 61a2981a29..81a019f416 100644 --- a/indra/newview/lloutfitgallery.h +++ b/indra/newview/lloutfitgallery.h @@ -150,6 +150,7 @@ private: LLPanel* mTextBgPanel; LLPanel* mFotoBgPanel; bool mSelected; + bool mWorn; }; #endif // LL_LLOUTFITGALLERYCTRL_H |