diff options
author | Loren Shih <seraph@lindenlab.com> | 2009-11-04 20:30:11 -0500 |
---|---|---|
committer | Loren Shih <seraph@lindenlab.com> | 2009-11-04 20:30:11 -0500 |
commit | 7615ec497e7b69c8eefbf8ef1a464eaa22e77bf1 (patch) | |
tree | 429230aab34fa8999dfad819f6d240b76223b173 /indra/newview/llsidepanelinventory.cpp | |
parent | ec9da605c120b9df648eb163dc8647f955275f5f (diff) |
EXT-2216 : Task properties sidepanel
EXT-2224 : Edit item then delete item -- edit panel still active
EXT-2228 : Buy/Pay/Open buttons for Task sidepanel
--HG--
branch : avatar-pipeline
Diffstat (limited to 'indra/newview/llsidepanelinventory.cpp')
-rw-r--r-- | indra/newview/llsidepanelinventory.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/indra/newview/llsidepanelinventory.cpp b/indra/newview/llsidepanelinventory.cpp index c4779cd29a..3a1b354c50 100644 --- a/indra/newview/llsidepanelinventory.cpp +++ b/indra/newview/llsidepanelinventory.cpp @@ -40,6 +40,7 @@ #include "llsidepaneliteminfo.h"
#include "llsidepaneltaskinfo.h"
#include "lltabcontainer.h"
+#include "llselectmgr.h"
static LLRegisterPanelClassWrapper<LLSidepanelInventory> t_inventory("sidepanel_inventory");
@@ -119,6 +120,7 @@ void LLSidepanelInventory::onOpen(const LLSD& key) }
if (key.has("task"))
{
+ mTaskPanel->setObjectSelection(LLSelectMgr::getInstance()->getSelection());
showTaskInfoPanel();
}
}
|