From 502b2d30d44af6b0332fd7426069a90bb91fab04 Mon Sep 17 00:00:00 2001 From: Shyotl Date: Sat, 3 Mar 2012 04:30:15 -0600 Subject: [PATCH] ScrollList crashfix (leftover ascent bug) --- indra/llui/llscrolllistctrl.cpp | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/indra/llui/llscrolllistctrl.cpp b/indra/llui/llscrolllistctrl.cpp index 4b8358106..01bed1d94 100644 --- a/indra/llui/llscrolllistctrl.cpp +++ b/indra/llui/llscrolllistctrl.cpp @@ -117,7 +117,11 @@ LLScrollListIcon::LLScrollListIcon(LLUIImagePtr icon, S32 width) LLScrollListIcon::LLScrollListIcon(const LLSD& value, S32 width) : LLScrollListCell(width), - mColor(LLColor4::white) + // + mCallback(NULL), + mUserData(NULL), + // + mColor(LLColor4::white) { setValue(value); }