diff options
author | Loren Shih <seraph@lindenlab.com> | 2009-11-05 15:00:36 -0500 |
---|---|---|
committer | Loren Shih <seraph@lindenlab.com> | 2009-11-05 15:00:36 -0500 |
commit | 280e01729173e79e37939c3e764f9f3f674f79da (patch) | |
tree | 122ebfb43b26ed12f44a05b5cf4c5d637fb3626a /indra/newview/llsidepanelinventorysubpanel.cpp | |
parent | 7615ec497e7b69c8eefbf8ef1a464eaa22e77bf1 (diff) |
EXT-2229 : Task SP : Update task on new selection
Using activePanel hack to update selection when it changes.
--HG--
branch : avatar-pipeline
Diffstat (limited to 'indra/newview/llsidepanelinventorysubpanel.cpp')
-rw-r--r-- | indra/newview/llsidepanelinventorysubpanel.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llsidepanelinventorysubpanel.cpp b/indra/newview/llsidepanelinventorysubpanel.cpp index 8522456777..162198f1c5 100644 --- a/indra/newview/llsidepanelinventorysubpanel.cpp +++ b/indra/newview/llsidepanelinventorysubpanel.cpp @@ -87,7 +87,6 @@ void LLSidepanelInventorySubpanel::setVisible(BOOL visible) if (visible)
{
dirty();
- setIsEditing(FALSE);
}
LLPanel::setVisible(visible);
}
@@ -123,6 +122,7 @@ void LLSidepanelInventorySubpanel::draw() void LLSidepanelInventorySubpanel::dirty()
{
mIsDirty = TRUE;
+ setIsEditing(FALSE);
}
void LLSidepanelInventorySubpanel::updateVerbs()
|