diff options
author | Yuri Chebotarev <ychebotarev@productengine.com> | 2009-12-23 13:03:20 +0200 |
---|---|---|
committer | Yuri Chebotarev <ychebotarev@productengine.com> | 2009-12-23 13:03:20 +0200 |
commit | 3f43e07b33942c54bf81aac1d466c3eb771b8a8d (patch) | |
tree | e433304bb14d8f680ed01c9122c950882e5c7311 /indra/llui | |
parent | 3defdaa0071418ce15c0d33a3b25f8338763ccf1 (diff) | |
parent | 1412e4f6671fed1641a0fa4372971aea9ab0bd2f (diff) |
merge
--HG--
branch : product-engine
Diffstat (limited to 'indra/llui')
-rw-r--r-- | indra/llui/llflatlistview.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/indra/llui/llflatlistview.h b/indra/llui/llflatlistview.h index 26e84a6fe1..a488b00854 100644 --- a/indra/llui/llflatlistview.h +++ b/indra/llui/llflatlistview.h @@ -124,6 +124,8 @@ public: /** Returns full rect of child panel */ const LLRect& getItemsRect() const; + LLRect getRequiredRect() { return getItemsRect(); } + /** Returns distance between items */ const S32 getItemsPad() { return mItemPad; } |