summaryrefslogtreecommitdiff
path: root/indra/llui/llflatlistview.h
diff options
context:
space:
mode:
authorPaul Guslisty <pguslisty@productengine.com>2009-12-21 18:25:10 +0200
committerPaul Guslisty <pguslisty@productengine.com>2009-12-21 18:25:10 +0200
commite2de2c2b71c3f6d10191343ec114e34f6ad236f9 (patch)
treeb13cb3f244efb4216dd8ac7635d4f90fd618b192 /indra/llui/llflatlistview.h
parent2305676fed6f1bbb0802a0e660f96874c54c2efd (diff)
parentd43a03d5c8a71e5c16154289c15641aa1635b527 (diff)
merge
--HG-- branch : product-engine
Diffstat (limited to 'indra/llui/llflatlistview.h')
-rw-r--r--indra/llui/llflatlistview.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/indra/llui/llflatlistview.h b/indra/llui/llflatlistview.h
index ba824ff2df..26e84a6fe1 100644
--- a/indra/llui/llflatlistview.h
+++ b/indra/llui/llflatlistview.h
@@ -359,6 +359,8 @@ protected:
LLRect getSelectedItemsRect();
+ void ensureSelectedVisible();
+
private:
void setItemsNoScrollWidth(S32 new_width) {mItemsNoScrollWidth = new_width - 2 * mBorderThickness;}