summaryrefslogtreecommitdiff
path: root/indra/newview/llpanelmaininventory.h
diff options
context:
space:
mode:
authorAndrey Kleshchev <andreykproductengine@lindenlab.com>2023-05-24 22:51:02 +0300
committerAndrey Kleshchev <andreykproductengine@lindenlab.com>2023-05-25 02:18:50 +0300
commit572e8269bcd5320daa66f4074e927c79869bf7de (patch)
tree92c4bdbb5dd9280e3079243826bd952d9fec7cd9 /indra/newview/llpanelmaininventory.h
parent505c15cf47c04e45f4a68790b5c63237a7bfcc9b (diff)
SL-19604 Creating new folders in combination views does not highlight created item
Diffstat (limited to 'indra/newview/llpanelmaininventory.h')
-rw-r--r--indra/newview/llpanelmaininventory.h13
1 files changed, 7 insertions, 6 deletions
diff --git a/indra/newview/llpanelmaininventory.h b/indra/newview/llpanelmaininventory.h
index bc010ff37f..2c3379996f 100644
--- a/indra/newview/llpanelmaininventory.h
+++ b/indra/newview/llpanelmaininventory.h
@@ -36,19 +36,20 @@
#include "llfolderview.h"
class LLComboBox;
-class LLFolderViewItem;
class LLInventoryPanel;
class LLInventoryGallery;
-class LLSaveFolderState;
class LLFilterEditor;
-class LLTabContainer;
+class LLFloater;
class LLFloaterInventoryFinder;
+class LLFloaterSidePanelContainer;
+class LLFolderViewItem;
class LLMenuButton;
class LLMenuGL;
+class LLSaveFolderState;
+class LLScrollContainer;
class LLSidepanelInventory;
+class LLTabContainer;
class LLToggleableMenu;
-class LLFloater;
-class LLFloaterSidePanelContainer;
//~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
// Class LLPanelMainInventory
@@ -196,7 +197,7 @@ private:
LLInventorySingleFolderPanel* mSingleFolderPanelInventory;
LLInventoryGallery* mInventoryGalleryPanel;
- LLUICtrl* mCombinationScrollPanel;
+ LLScrollContainer* mCombinationScrollPanel;
LLInventorySingleFolderPanel* mCombinationInventoryPanel;
LLInventoryGallery* mCombinationGalleryPanel;
LLView* mCombinationScroller;