diff options
author | Andrey Kleshchev <andreykproductengine@lindenlab.com> | 2024-09-13 20:50:19 +0300 |
---|---|---|
committer | Andrey Kleshchev <117672381+akleshchev@users.noreply.github.com> | 2024-09-18 11:38:06 +0300 |
commit | 55f2103adc36db0d3f068a31a144e15465226e13 (patch) | |
tree | 62ee5b8a38589645dfc97d37be856a26d15df58b /indra/newview/llconversationview.cpp | |
parent | 0a617904f98ab5960379099822e4891a08137e68 (diff) |
viewer#2565 Optimize LLFolderViewItem::draw()
Diffstat (limited to 'indra/newview/llconversationview.cpp')
-rw-r--r-- | indra/newview/llconversationview.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llconversationview.cpp b/indra/newview/llconversationview.cpp index b19b6f8dec..a1f627c8cc 100644 --- a/indra/newview/llconversationview.cpp +++ b/indra/newview/llconversationview.cpp @@ -313,7 +313,7 @@ void LLConversationViewSession::draw() { // update the rotation angle of open folder arrow updateLabelRotation(); - drawOpenFolderArrow(default_params, sFgColor); + drawOpenFolderArrow(); } LLView::draw(); } |