diff options
Diffstat (limited to '')
-rw-r--r-- | linden/indra/llui/llcombobox.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/linden/indra/llui/llcombobox.h b/linden/indra/llui/llcombobox.h index f92fe44..12637a0 100644 --- a/linden/indra/llui/llcombobox.h +++ b/linden/indra/llui/llcombobox.h | |||
@@ -187,12 +187,13 @@ public: | |||
187 | virtual void hideList(); | 187 | virtual void hideList(); |
188 | 188 | ||
189 | protected: | 189 | protected: |
190 | LLButton* mButton; | 190 | LLButton* mButton; |
191 | LLScrollListCtrl* mList; | 191 | LLScrollListCtrl* mList; |
192 | EPreferredPosition mListPosition; | 192 | EPreferredPosition mListPosition; |
193 | LLPointer<LLUIImage> mArrowImage; | 193 | LLPointer<LLUIImage> mArrowImage; |
194 | std::string mLabel; | 194 | std::string mLabel; |
195 | const LLFontGL* mGLFont; | 195 | const LLFontGL* mGLFont; |
196 | LLColor4 mListColor; | ||
196 | 197 | ||
197 | private: | 198 | private: |
198 | S32 mButtonPadding; | 199 | S32 mButtonPadding; |