diff options
author | Richard Linden <none@none> | 2011-03-25 19:13:32 -0700 |
---|---|---|
committer | Richard Linden <none@none> | 2011-03-25 19:13:32 -0700 |
commit | f443f3e84725d01d47b96a3385ee9ccc494ede89 (patch) | |
tree | 6c1ac1cbd21e13d0190ebefa77c87d599912ca9c /indra/llui | |
parent | d01afc8a6a1af4df7208724c71f916b5c111da95 (diff) |
SOCIAL-717 FIX Artwork for click to move hint
updated resize logic for hint popups to accomodate image size
Diffstat (limited to 'indra/llui')
-rw-r--r-- | indra/llui/lliconctrl.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/llui/lliconctrl.h b/indra/llui/lliconctrl.h index e9bdab2d47..669e126266 100644 --- a/indra/llui/lliconctrl.h +++ b/indra/llui/lliconctrl.h @@ -69,6 +69,7 @@ public: void setColor(const LLColor4& color) { mColor = color; } void setImage(LLPointer<LLUIImage> image) { mImagep = image; } + const LLPointer<LLUIImage> getImage() { return mImagep; } private: void setIconImageDrawSize() ; |