Display an arrow overlay on item links.

This commit is contained in:
Shyotl
2012-02-23 14:31:43 -06:00
parent 323ec8cf59
commit 5c66c70546
7 changed files with 34 additions and 5 deletions

View File

@@ -196,13 +196,13 @@ void LLCloseAllFoldersFunctor::doItem(LLFolderViewItem* item)
///----------------------------------------------------------------------------
// Default constructor
LLFolderView::LLFolderView( const std::string& name, LLUIImagePtr root_folder_icon,
LLFolderView::LLFolderView( const std::string& name, LLUIImagePtr root_folder_icon,
const LLRect& rect, const LLUUID& source_id, LLPanel *parent_view, LLFolderViewEventListener* listener ) :
#if LL_WINDOWS
#pragma warning( push )
#pragma warning( disable : 4355 ) // warning C4355: 'this' : used in base member initializer list
#endif
LLFolderViewFolder( name, root_folder_icon, this, listener ),
LLFolderViewFolder( name, root_folder_icon, NULL, this, listener ),
#if LL_WINDOWS
#pragma warning( pop )
#endif