diff options
author | Mnikolenko Productengine <mnikolenko@productengine.com> | 2021-07-19 20:07:03 +0300 |
---|---|---|
committer | Mnikolenko Productengine <mnikolenko@productengine.com> | 2021-07-19 20:07:03 +0300 |
commit | 928191f525cf8a02816718eefd9a65097d8ecb8b (patch) | |
tree | 31634f316e31c469104129b0b8b49ba6ca71b8bb /indra/newview/llnamelistctrl.cpp | |
parent | 84ae60a3b34d92930a74e9207bf39e6335e307a0 (diff) |
SL-15297 performance floater UI update #2
Diffstat (limited to 'indra/newview/llnamelistctrl.cpp')
-rw-r--r-- | indra/newview/llnamelistctrl.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llnamelistctrl.cpp b/indra/newview/llnamelistctrl.cpp index 92805e03f0..c24c74393d 100644 --- a/indra/newview/llnamelistctrl.cpp +++ b/indra/newview/llnamelistctrl.cpp @@ -363,7 +363,7 @@ LLScrollListItem* LLNameListCtrl::addNameItemRow( else if (LLAvatarNameCache::get(id, &av_name)) { if (mShortNames) - fullname = av_name.getDisplayName(); + fullname = av_name.getDisplayName(true); else fullname = av_name.getCompleteName(); } |