diff options
author | McCabe Maxsted | 2011-03-23 22:00:03 -0700 |
---|---|---|
committer | McCabe Maxsted | 2011-03-23 22:00:03 -0700 |
commit | e92f6be91988665591b2b99c698552d295e98fef (patch) | |
tree | 608a390344ec80cc3dfaeca3e05006afa1aca479 /linden/indra/llui/llcombobox.h | |
parent | Moved 'Reset all preferences to default' button to a more logical place: in t... (diff) | |
download | meta-impy-e92f6be91988665591b2b99c698552d295e98fef.zip meta-impy-e92f6be91988665591b2b99c698552d295e98fef.tar.gz meta-impy-e92f6be91988665591b2b99c698552d295e98fef.tar.bz2 meta-impy-e92f6be91988665591b2b99c698552d295e98fef.tar.xz |
Comboboxes can now use the font= xui setting
Diffstat (limited to '')
-rw-r--r-- | linden/indra/llui/llcombobox.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/linden/indra/llui/llcombobox.h b/linden/indra/llui/llcombobox.h index 95ad17a..596f659 100644 --- a/linden/indra/llui/llcombobox.h +++ b/linden/indra/llui/llcombobox.h | |||
@@ -67,7 +67,8 @@ public: | |||
67 | LLComboBox( | 67 | LLComboBox( |
68 | const std::string& name, | 68 | const std::string& name, |
69 | const LLRect &rect, | 69 | const LLRect &rect, |
70 | const std::string& label, | 70 | const std::string& label, |
71 | const LLFontGL* font = NULL, | ||
71 | void (*commit_callback)(LLUICtrl*, void*) = NULL, | 72 | void (*commit_callback)(LLUICtrl*, void*) = NULL, |
72 | void *callback_userdata = NULL | 73 | void *callback_userdata = NULL |
73 | ); | 74 | ); |
@@ -190,6 +191,7 @@ protected: | |||
190 | EPreferredPosition mListPosition; | 191 | EPreferredPosition mListPosition; |
191 | LLPointer<LLUIImage> mArrowImage; | 192 | LLPointer<LLUIImage> mArrowImage; |
192 | std::string mLabel; | 193 | std::string mLabel; |
194 | const LLFontGL* mGLFont; | ||
193 | 195 | ||
194 | private: | 196 | private: |
195 | S32 mButtonPadding; | 197 | S32 mButtonPadding; |