summaryrefslogtreecommitdiff
path: root/indra/llui/llbutton.h
diff options
context:
space:
mode:
authorAlexei Arabadji <aarabadji@productengine.com>2010-02-18 16:05:11 +0200
committerAlexei Arabadji <aarabadji@productengine.com>2010-02-18 16:05:11 +0200
commiteec9f20d746805e772d38f8b338d882a6afb8df1 (patch)
tree7e53f1c927da7e120fcadaa370e0f3634305b5d0 /indra/llui/llbutton.h
parentf33a1d7ad994633f398c3e5ba9f668cf72d31099 (diff)
fixed EXT-5006 “One inventory offer cause blinking of both Conversations and
Notifications wells”, embedded inventory offer panel into IM window; --HG-- branch : product-engine
Diffstat (limited to 'indra/llui/llbutton.h')
-rw-r--r--indra/llui/llbutton.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/indra/llui/llbutton.h b/indra/llui/llbutton.h
index 8f35db1007..6a0d8ef3d6 100644
--- a/indra/llui/llbutton.h
+++ b/indra/llui/llbutton.h
@@ -257,6 +257,8 @@ public:
void setForcePressedState(bool b) { mForcePressedState = b; }
+ void setAutoResize(bool auto_resize) { mAutoResize = auto_resize; }
+
protected:
LLPointer<LLUIImage> getImageUnselected() const { return mImageUnselected; }
LLPointer<LLUIImage> getImageSelected() const { return mImageSelected; }