diff options
author | Andrey Lihatskiy <alihatskiy@productengine.com> | 2024-07-26 13:24:40 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-07-26 13:24:40 +0300 |
commit | 42b1cedc85b52571f411af3e896e005bdf92657a (patch) | |
tree | 3efd198cb59cc98e4c428cccf46cd13b1ba78954 /indra/newview/llpanelmaininventory.h | |
parent | 604cb4cb4dd71c0f90633e50d5b0108e3901c4ad (diff) | |
parent | a5d68b3801be0ea77259b387f3c86cca54fc59cc (diff) |
Merge pull request #2116 from RyeMutt/fix-findchild-part2
Fix more findChild calls during draw and frequent data callbacks
Diffstat (limited to 'indra/newview/llpanelmaininventory.h')
-rw-r--r-- | indra/newview/llpanelmaininventory.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/indra/newview/llpanelmaininventory.h b/indra/newview/llpanelmaininventory.h index cad2501645..68ac3410d8 100644 --- a/indra/newview/llpanelmaininventory.h +++ b/indra/newview/llpanelmaininventory.h @@ -184,7 +184,9 @@ private: LLUICtrl* mCounterCtrl; LLHandle<LLFloater> mFinderHandle; LLInventoryPanel* mActivePanel; - LLInventoryPanel* mWornItemsPanel; + LLInventoryPanel* mAllItemsPanel = nullptr; + LLInventoryPanel* mRecentPanel = nullptr; + LLInventoryPanel* mWornItemsPanel = nullptr; bool mResortActivePanel; LLSaveFolderState* mSavedFolderState; std::string mFilterText; |