diff options
author | Richard Nelson <richard@lindenlab.com> | 2011-10-17 13:42:35 -0700 |
---|---|---|
committer | Richard Nelson <richard@lindenlab.com> | 2011-10-17 13:42:35 -0700 |
commit | a2e32429bbe222342c413eb06e2820f6292e251a (patch) | |
tree | 44a73367daeee0451d96e76e836077d53b5f0ace /indra/llui/llbutton.h | |
parent | 67a618777286e1d0ce7cfc2a956bf15ff2173005 (diff) |
fix for not being able to drag disabled buttons
Diffstat (limited to 'indra/llui/llbutton.h')
-rw-r--r-- | indra/llui/llbutton.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/indra/llui/llbutton.h b/indra/llui/llbutton.h index 1aa58ed9aa..deaa0823c6 100644 --- a/indra/llui/llbutton.h +++ b/indra/llui/llbutton.h @@ -94,6 +94,7 @@ public: image_color, image_color_disabled, image_overlay_color, + image_overlay_selected_color, image_overlay_disabled_color, flash_color; @@ -305,6 +306,7 @@ protected: LLPointer<LLUIImage> mImageOverlay; LLFontGL::HAlign mImageOverlayAlignment; LLUIColor mImageOverlayColor; + LLUIColor mImageOverlaySelectedColor; LLUIColor mImageOverlayDisabledColor; LLPointer<LLUIImage> mImageUnselected; |