summaryrefslogtreecommitdiff
path: root/indra/newview/llpanelmaininventory.h
diff options
context:
space:
mode:
authorMnikolenko Productengine <mnikolenko@productengine.com>2016-05-04 14:59:22 +0300
committerMnikolenko Productengine <mnikolenko@productengine.com>2016-05-04 14:59:22 +0300
commiteae82c8e4794e2d8374dd8d70547b00c5ac4f300 (patch)
treeba8da7819fdd2e3a249c0ac5229d0703c7e20b9f /indra/newview/llpanelmaininventory.h
parentb2fd39781833cf00c09d70704f13a8fa58428292 (diff)
MAINT-1513 FIXED Label of new folder doesn't disappear while closing Inventory by hot hey
Diffstat (limited to 'indra/newview/llpanelmaininventory.h')
-rwxr-xr-xindra/newview/llpanelmaininventory.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/newview/llpanelmaininventory.h b/indra/newview/llpanelmaininventory.h
index 21f0ca0cae..290e2e5f47 100755
--- a/indra/newview/llpanelmaininventory.h
+++ b/indra/newview/llpanelmaininventory.h
@@ -72,6 +72,7 @@ public:
std::string& tooltip_msg);
/*virtual*/ void changed(U32);
/*virtual*/ void draw();
+ /*virtual*/ void onVisibilityChange ( BOOL new_visibility );
LLInventoryPanel* getPanel() { return mActivePanel; }
LLInventoryPanel* getActivePanel() { return mActivePanel; }