summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdam Moss <moss@lindenlab.com>2009-10-13 18:16:04 +0000
committerAdam Moss <moss@lindenlab.com>2009-10-13 18:16:04 +0000
commit4be3066ca06d713dc57645c04b2073b9adb91535 (patch)
tree3c11c9e8b79961a245d504d21fcb30760ca4c298
parente67ffb53ceab223f0416cedee580df4e6cb35fc6 (diff)
fix an inventory window rendering quality issue introduced in the avatar-pipeline/currently-worn-folder-10 - it was drawing each inventory window row twice superimposed.
-rw-r--r--indra/newview/llfolderviewitem.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/indra/newview/llfolderviewitem.cpp b/indra/newview/llfolderviewitem.cpp
index 66881be309..2b1dd83d72 100644
--- a/indra/newview/llfolderviewitem.cpp
+++ b/indra/newview/llfolderviewitem.cpp
@@ -978,7 +978,6 @@ void LLFolderViewItem::draw()
}
}
}
- LLView::draw();
}