summaryrefslogtreecommitdiff
path: root/indra/llui/llbutton.cpp
diff options
context:
space:
mode:
authorTofu Linden <tofu.linden@lindenlab.com>2010-04-22 11:01:47 +0100
committerTofu Linden <tofu.linden@lindenlab.com>2010-04-22 11:01:47 +0100
commit7bb4436b488f70d842cd1382d8089ecae29234c0 (patch)
tree6f0d100152f45ca313286595e139891d1e4a16b6 /indra/llui/llbutton.cpp
parent144b8349b3f0773ac575e178a0e3109d963be9a8 (diff)
parentedd0e47d5cb3eb173da4d6710ce6a83f771a0246 (diff)
merge from PE's viewer-trunk
Diffstat (limited to 'indra/llui/llbutton.cpp')
-rw-r--r--indra/llui/llbutton.cpp5
1 files changed, 5 insertions, 0 deletions
diff --git a/indra/llui/llbutton.cpp b/indra/llui/llbutton.cpp
index 33c6a8b6ac..0255061b12 100644
--- a/indra/llui/llbutton.cpp
+++ b/indra/llui/llbutton.cpp
@@ -1003,6 +1003,11 @@ void LLButton::setImageDisabledSelected(LLPointer<LLUIImage> image)
mFadeWhenDisabled = TRUE;
}
+void LLButton::setImagePressed(LLPointer<LLUIImage> image)
+{
+ mImagePressed = image;
+}
+
void LLButton::setImageHoverSelected(LLPointer<LLUIImage> image)
{
mImageHoverSelected = image;