diff options
Diffstat (limited to 'indra/llui/llbutton.h')
-rw-r--r-- | indra/llui/llbutton.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/indra/llui/llbutton.h b/indra/llui/llbutton.h index ba77220a7b..a638b5be49 100644 --- a/indra/llui/llbutton.h +++ b/indra/llui/llbutton.h @@ -124,7 +124,7 @@ public: void setDisabledSelectedLabelColor( const LLColor4& c ) { mDisabledSelectedLabelColor = c; } - void setImageOverlay(const LLString &image_name, LLFontGL::HAlign alignment = LLFontGL::HCENTER); + void setImageOverlay(const LLString &image_name, LLFontGL::HAlign alignment = LLFontGL::HCENTER, const LLColor4& color = LLColor4::white); LLPointer<LLImageGL> getImageOverlay() { return mImageOverlay; } @@ -190,6 +190,7 @@ protected: LLPointer<LLImageGL> mImageOverlay; LLFontGL::HAlign mImageOverlayAlignment; + LLColor4 mImageOverlayColor; LLPointer<LLImageGL> mImageUnselected; LLUIString mUnselectedLabel; |