summaryrefslogtreecommitdiff
path: root/indra/newview/llsidetray.cpp
diff options
context:
space:
mode:
authorTofu Linden <tofu.linden@lindenlab.com>2010-06-05 10:48:25 +0100
committerTofu Linden <tofu.linden@lindenlab.com>2010-06-05 10:48:25 +0100
commit033f0dbdef5d23858065dcdcc2f70e5546f50651 (patch)
tree8b02193738179cdd5b35919af8e0ea9311180e1e /indra/newview/llsidetray.cpp
parenteec00a712fff079009ae793d86e27b7f3ab13053 (diff)
parentd1751df1cc5d9bf853f29555de94faec1912e19f (diff)
merge from PE's viewer-trunk
Diffstat (limited to 'indra/newview/llsidetray.cpp')
-rw-r--r--indra/newview/llsidetray.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/indra/newview/llsidetray.cpp b/indra/newview/llsidetray.cpp
index 3c97f01887..9406f80b75 100644
--- a/indra/newview/llsidetray.cpp
+++ b/indra/newview/llsidetray.cpp
@@ -469,6 +469,9 @@ void LLSideTray::reflectCollapseChange()
}
gFloaterView->refresh();
+
+ LLSD new_value = mCollapsed;
+ mCollapseSignal(this,new_value);
}
void LLSideTray::arrange()