diff options
| author | Oz Linden <oz@lindenlab.com> | 2012-08-14 08:50:23 -0400 |
|---|---|---|
| committer | Oz Linden <oz@lindenlab.com> | 2012-08-14 08:50:23 -0400 |
| commit | 9f6503a1fc1145e886cad0aaf9b964e32e6c5449 (patch) | |
| tree | 051874a314d92664f73e478b7b4621c6c153b650 /indra/newview/llfolderviewitem.cpp | |
| parent | 2c2167229eac3efd7e7b1c5eafde8ee2e66184cd (diff) | |
| parent | f72c1d64c2f09cd1d8b003a61b6892b4c7686723 (diff) | |
merge changes for DRTVWR-192
Diffstat (limited to 'indra/newview/llfolderviewitem.cpp')
| -rw-r--r-- | indra/newview/llfolderviewitem.cpp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/indra/newview/llfolderviewitem.cpp b/indra/newview/llfolderviewitem.cpp index 515e544452..3aa16b4413 100644 --- a/indra/newview/llfolderviewitem.cpp +++ b/indra/newview/llfolderviewitem.cpp @@ -1098,6 +1098,10 @@ void LLFolderViewItem::draw() } } +bool LLFolderViewItem::isInSelection() const +{ + return mIsSelected || (mParentFolder && mParentFolder->isInSelection()); +} ///---------------------------------------------------------------------------- /// Class LLFolderViewFolder |
