diff options
author | Mnikolenko Productengine <mnikolenko@productengine.com> | 2017-10-19 17:07:22 +0300 |
---|---|---|
committer | Mnikolenko Productengine <mnikolenko@productengine.com> | 2017-10-19 17:07:22 +0300 |
commit | 9a34791488b0d2fc68fc7bc09f0685fe42557ea4 (patch) | |
tree | 1a5711a2166375843ad1f2e59d792b1f079f9976 /indra/newview/llpanelmaininventory.h | |
parent | 72b0cb146753c0e3801145936c3cf3fd6e8508c5 (diff) |
MAINT-7906 FIXED Inventory jumps when detaching worn items in appearance panel
Diffstat (limited to 'indra/newview/llpanelmaininventory.h')
-rw-r--r-- | indra/newview/llpanelmaininventory.h | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/indra/newview/llpanelmaininventory.h b/indra/newview/llpanelmaininventory.h index 530f4e618c..a309b3619c 100644 --- a/indra/newview/llpanelmaininventory.h +++ b/indra/newview/llpanelmaininventory.h @@ -111,7 +111,9 @@ protected: const std::string getFilterSubString(); void setFilterSubString(const std::string& string); - + + void updateWornItemsPanel(); + // menu callbacks void doToSelected(const LLSD& userdata); void closeAllFolders(); @@ -142,6 +144,8 @@ private: S32 mItemCount; std::string mItemCountString; LLComboBox* mSearchTypeCombo; + LLFrameTimer mUpdateWornTimer; + ////////////////////////////////////////////////////////////////////////////////// |