diff options
| author | Merov Linden <merov@lindenlab.com> | 2013-04-08 18:59:21 -0700 |
|---|---|---|
| committer | Merov Linden <merov@lindenlab.com> | 2013-04-08 18:59:21 -0700 |
| commit | d533a33f4229244405ed0b247fce410513b6c3e9 (patch) | |
| tree | cca3dcada6296514d21d77371edf0d9530a9bd57 /indra/newview/llinventorypanel.cpp | |
| parent | e09959df0d51eb8f4d37719d2753d2016390b25b (diff) | |
CHUI-912 : WIP : Add traces to various aspects of the inventory filtering, sorting and arranging (to be deleted)
Diffstat (limited to 'indra/newview/llinventorypanel.cpp')
| -rw-r--r-- | indra/newview/llinventorypanel.cpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/indra/newview/llinventorypanel.cpp b/indra/newview/llinventorypanel.cpp index fabcd50c7d..1430d9fe3a 100644 --- a/indra/newview/llinventorypanel.cpp +++ b/indra/newview/llinventorypanel.cpp @@ -148,6 +148,8 @@ LLInventoryPanel::LLInventoryPanel(const LLInventoryPanel::Params& p) : mViewsInitialized(false), mInvFVBridgeBuilder(NULL) { + llinfos << "Merov : LLInventoryPanel::LLInventoryPanel, name = " << getName() << ", label = " << getLabel() << llendl; + mInvFVBridgeBuilder = &INVENTORY_BRIDGE_BUILDER; if (!sColorSetInitialized) @@ -476,6 +478,7 @@ void LLInventoryPanel::modelChanged(U32 mask) { if (view_item) { + // Merov?? view_item->refresh(); } } |
