summaryrefslogtreecommitdiff
path: root/indra/llui
diff options
context:
space:
mode:
authorRichard Linden <none@none>2011-03-25 19:13:32 -0700
committerRichard Linden <none@none>2011-03-25 19:13:32 -0700
commitf443f3e84725d01d47b96a3385ee9ccc494ede89 (patch)
tree6c1ac1cbd21e13d0190ebefa77c87d599912ca9c /indra/llui
parentd01afc8a6a1af4df7208724c71f916b5c111da95 (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.h1
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() ;