summaryrefslogtreecommitdiff
path: root/indra/llui/llscrollingpanellist.h
diff options
context:
space:
mode:
authorLoren Shih <seraph@lindenlab.com>2010-04-06 10:19:31 -0400
committerLoren Shih <seraph@lindenlab.com>2010-04-06 10:19:31 -0400
commitec5bd9c857b4d817685b09f9a10da7434ebbb816 (patch)
treeb6400432fea054747130c183447599ced6709e5d /indra/llui/llscrollingpanellist.h
parent785d4c34b62b7ca76b292e0001c516ba8fa738bc (diff)
parent7187f08e89ca1d10fb872070dc6381a0a926f57d (diff)
automated merge
Diffstat (limited to 'indra/llui/llscrollingpanellist.h')
-rw-r--r--indra/llui/llscrollingpanellist.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/indra/llui/llscrollingpanellist.h b/indra/llui/llscrollingpanellist.h
index 3abfbcbbe7..5f1996159b 100644
--- a/indra/llui/llscrollingpanellist.h
+++ b/indra/llui/llscrollingpanellist.h
@@ -61,7 +61,6 @@ public:
Params()
{
name = "scrolling_panel_list";
- follows.flags = FOLLOWS_LEFT | FOLLOWS_BOTTOM;
}
};
LLScrollingPanelList(const Params& p)
@@ -86,6 +85,11 @@ public:
private:
void updatePanelVisiblilty();
+ /**
+ * Notify parent about size change, makes sense when used inside accordion
+ */
+ void notifySizeChanged(S32 height);
+
panel_list_t mPanelList;
};