diff options
author | Leslie Linden <leslie@lindenlab.com> | 2011-11-23 12:11:53 -0800 |
---|---|---|
committer | Leslie Linden <leslie@lindenlab.com> | 2011-11-23 12:11:53 -0800 |
commit | 943789b53ac3f2750cb71dca6facc0de7fa39539 (patch) | |
tree | 124a3b6ae634b8128e9a007403d84ae21de230fd /indra/llui/llscrolllistctrl.h | |
parent | 249abaa62ba61a69ad669507c92d3a373c8e34f3 (diff) |
SH-2710 FIX -- Removed calls to getChild happening every frame and during idle calls.
Reviewed by davep.
Diffstat (limited to 'indra/llui/llscrolllistctrl.h')
-rw-r--r-- | indra/llui/llscrolllistctrl.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/indra/llui/llscrolllistctrl.h b/indra/llui/llscrolllistctrl.h index 09ab89960d..ae8aea9245 100644 --- a/indra/llui/llscrolllistctrl.h +++ b/indra/llui/llscrolllistctrl.h @@ -480,6 +480,8 @@ private: S32 mHighlightedItem; class LLViewBorder* mBorder; LLContextMenu *mPopupMenu; + + LLView *mCommentTextView; LLWString mSearchString; LLFrameTimer mSearchTimer; |