diff options
Diffstat (limited to 'indra/newview/llpanelmaininventory.h')
-rw-r--r-- | indra/newview/llpanelmaininventory.h | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/indra/newview/llpanelmaininventory.h b/indra/newview/llpanelmaininventory.h index a02c13ddde..61ccfc02a1 100644 --- a/indra/newview/llpanelmaininventory.h +++ b/indra/newview/llpanelmaininventory.h @@ -164,6 +164,7 @@ protected: bool isSaveTextureEnabled(const LLSD& userdata); void updateItemcountText(); + void updatePanelVisibility(); void updateCombinationVisibility(); void onFocusReceived(); @@ -198,18 +199,14 @@ private: LLButton* mViewModeBtn; LLLayoutPanel* mNavigationBtnsPanel; - LLPanel* mListViewPanel; - LLPanel* mGalleryViewPanel; LLPanel* mDefaultViewPanel; + LLPanel* mCombinationViewPanel; bool mSingleFolderMode; EViewModeType mViewMode; - LLInventorySingleFolderPanel* mSingleFolderPanelInventory; - LLInventoryGallery* mInventoryGalleryPanel; LLInventorySingleFolderPanel* mCombinationInventoryPanel; LLInventoryGallery* mCombinationGalleryPanel; - LLPanel* mCombinationViewPanel; LLPanel* mCombinationGalleryLayoutPanel; LLPanel* mCombinationListLayoutPanel; |