diff options
author | Mnikolenko ProductEngine <mnikolenko@productengine.com> | 2014-11-18 17:22:02 +0200 |
---|---|---|
committer | Mnikolenko ProductEngine <mnikolenko@productengine.com> | 2014-11-18 17:22:02 +0200 |
commit | f0db860b8a08e076814f4a3586cdef7ead8acb9c (patch) | |
tree | 86e255be0d92101c4baa9385861c222c054bbaf0 /indra/newview/llinspectobject.cpp | |
parent | c686407731751ababecf01569fa02eb5ba62337d (diff) |
MAINT-1789 FIXED Object inspector doesn't show any information about object if user uses Select Only My Objects option
Diffstat (limited to 'indra/newview/llinspectobject.cpp')
-rwxr-xr-x | indra/newview/llinspectobject.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llinspectobject.cpp b/indra/newview/llinspectobject.cpp index a7b93b8030..46019557f8 100755 --- a/indra/newview/llinspectobject.cpp +++ b/indra/newview/llinspectobject.cpp @@ -219,7 +219,7 @@ void LLInspectObject::onOpen(const LLSD& data) LLViewerMediaFocus::getInstance()->clearFocus(); LLSelectMgr::instance().deselectAll(); - mObjectSelection = LLSelectMgr::instance().selectObjectAndFamily(obj); + mObjectSelection = LLSelectMgr::instance().selectObjectAndFamily(obj,FALSE,TRUE); // Mark this as a transient selection struct SetTransient : public LLSelectedNodeFunctor |