Details
-
Type:
Defect
-
Status: Closed
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: Sprint 9, Viewer 2.5.0
-
Labels:None
-
Environment:Second Life 2.4.0 (0) Nov 15 2010 19:05:58 (Second Life Developer)
Release Notes
CPU: Intel(R) Core(TM)2 CPU T5600 @ 1.83GHz (1828.75 MHz)
Memory: 2047 MB
OS Version: Microsoft Windows XP Service Pack 2 (Build 2600) compatibility mode. real ver: 6.0 (Build 2900)
Graphics Card Vendor: ATI Technologies Inc.
Graphics Card: ATI Mobility Radeon X1300 x86/SSE2
Windows Graphics Driver Version: 8.362-070405a-046310C-Lenovo
OpenGL Version: 2.0.6471 WinXP Release
libcurl Version: libcurl/7.20.1 OpenSSL/0.9.8j zlib/1.2.3
J2C Decoder Version: OpenJPEG: 1.3.0, Runtime: 1.3.0
Audio Driver Version: FMOD version 3.750000
Qt Webkit Version: 4.6 (version number hard-coded)
Voice Server Version: Not Connected
Built with MSVC version 1400Second Life 2.4.0 (0) Nov 15 2010 19:05:58 (Second Life Developer) Release Notes CPU: Intel(R) Core(TM)2 CPU T5600 @ 1.83GHz (1828.75 MHz) Memory: 2047 MB OS Version: Microsoft Windows XP Service Pack 2 (Build 2600) compatibility mode. real ver: 6.0 (Build 2900) Graphics Card Vendor: ATI Technologies Inc. Graphics Card: ATI Mobility Radeon X1300 x86/SSE2 Windows Graphics Driver Version: 8.362-070405a-046310C-Lenovo OpenGL Version: 2.0.6471 WinXP Release libcurl Version: libcurl/7.20.1 OpenSSL/0.9.8j zlib/1.2.3 J2C Decoder Version: OpenJPEG: 1.3.0, Runtime: 1.3.0 Audio Driver Version: FMOD version 3.750000 Qt Webkit Version: 4.6 (version number hard-coded) Voice Server Version: Not Connected Built with MSVC version 1400
-
Branch/Repo Fixed In:
-
Approvals:Code Review, Product Owner
Description
When you open your inventory you will see a little + button you can click on to call up a menu. But if you click on the Recent tab the + is not there.
I found the line in the source code where this is being handled and disabled it, and a quick test seems to show that things work.
llpanelmaininventory.cpp:
getChildView("add_btn_panel")->setVisible( !recent_active);
Was there a practical design decision this + menu window is not made available when Recent is selected? Obviously someone spent a few minutes writing code to have it not display.
I am told by a clothing designer that having this available would be useful (and there are probably more reasons to have it there too) for working on newly created items.