Mon, 09 Apr 2018 18:42:33 +0200
FIRE-22478: Folder count is missing in inventory count tooltip
indra/newview/llpanelmaininventory.cpp | file | annotate | diff | revisions |
1.1 --- a/indra/newview/llpanelmaininventory.cpp Mon Apr 09 00:04:37 2018 +0200 1.2 +++ b/indra/newview/llpanelmaininventory.cpp Mon Apr 09 18:42:33 2018 +0200 1.3 @@ -1090,7 +1090,7 @@ 1.4 } 1.5 1.6 mCounterCtrl->setValue(text); 1.7 - mCounterCtrl->setToolTip(text); 1.8 + //mCounterCtrl->setToolTip(text); // <FS:Ansariel> Include folders in inventory count 1.9 } 1.10 1.11 void LLPanelMainInventory::onFocusReceived()