diff options
author | Loren Shih <seraph@lindenlab.com> | 2009-11-04 13:18:29 -0500 |
---|---|---|
committer | Loren Shih <seraph@lindenlab.com> | 2009-11-04 13:18:29 -0500 |
commit | 7383cfe14bd1522d921b96c6ab0804f888f8c5c0 (patch) | |
tree | bacaef1f8a091385c413babfe28647b70b45a6d0 /indra/newview/llsidepaneliteminfo.cpp | |
parent | 99b90378069f91e49d2db0a58932545f480bc4f7 (diff) |
EXT-2216 : Task properties sidepanel
Guts of task properteis sidepanel created.
--HG--
branch : avatar-pipeline
Diffstat (limited to 'indra/newview/llsidepaneliteminfo.cpp')
-rw-r--r-- | indra/newview/llsidepaneliteminfo.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/indra/newview/llsidepaneliteminfo.cpp b/indra/newview/llsidepaneliteminfo.cpp index 0b00c7fbe9..c857afc652 100644 --- a/indra/newview/llsidepaneliteminfo.cpp +++ b/indra/newview/llsidepaneliteminfo.cpp @@ -261,7 +261,6 @@ void LLSidepanelItemInfo::draw() {
if (mDirty)
{
- // RN: clear dirty first because refresh can set dirty to TRUE
mDirty = FALSE;
refresh();
}
|