diff options
author | Adam Moss <moss@lindenlab.com> | 2009-10-13 18:16:04 +0000 |
---|---|---|
committer | Adam Moss <moss@lindenlab.com> | 2009-10-13 18:16:04 +0000 |
commit | 4be3066ca06d713dc57645c04b2073b9adb91535 (patch) | |
tree | 3c11c9e8b79961a245d504d21fcb30760ca4c298 | |
parent | e67ffb53ceab223f0416cedee580df4e6cb35fc6 (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.cpp | 1 |
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(); } |