summaryrefslogtreecommitdiff
path: root/indra/llui/llfolderview.h
diff options
context:
space:
mode:
authorAndrey Kleshchev <andreykproductengine@lindenlab.com>2023-05-18 22:22:07 +0300
committerAndrey Kleshchev <andreykproductengine@lindenlab.com>2023-05-18 22:22:16 +0300
commit706d8f17273f4718a2adf5a43c1de5a1dc08abad (patch)
treea13243cfa91992f8d187be55dd023e2dcd6240da /indra/llui/llfolderview.h
parent53ed0ec70ce5c774c57c9783050c7e1b35885eec (diff)
SL-19732 Fix folder's thumbnail from sticking over folder's content
Diffstat (limited to 'indra/llui/llfolderview.h')
-rw-r--r--indra/llui/llfolderview.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/llui/llfolderview.h b/indra/llui/llfolderview.h
index 22b8c475ec..73028f31b1 100644
--- a/indra/llui/llfolderview.h
+++ b/indra/llui/llfolderview.h
@@ -136,7 +136,7 @@ public:
// Find width and height of this object and its children. Also
// makes sure that this view and its children are the right size.
virtual S32 arrange( S32* width, S32* height );
- virtual S32 getItemHeight();
+ virtual S32 getItemHeight() const;
void arrangeAll() { mArrangeGeneration++; }
S32 getArrangeGeneration() { return mArrangeGeneration; }