diff options
author | Andrey Kleshchev <andreykproductengine@lindenlab.com> | 2020-10-20 20:24:23 +0300 |
---|---|---|
committer | Andrey Kleshchev <andreykproductengine@lindenlab.com> | 2020-10-20 20:24:23 +0300 |
commit | 701edc36f3ed03c89a563fc25fc661c90fbd0c94 (patch) | |
tree | 97af66f267615b6650d2230afee95937afd700ad /indra/newview/llfavoritesbar.h | |
parent | 89fb672503d9dee4f18b11460f66d6c74ec190fd (diff) |
SL-14138 Favorites panel was not responding in some cases
Diffstat (limited to 'indra/newview/llfavoritesbar.h')
-rw-r--r-- | indra/newview/llfavoritesbar.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llfavoritesbar.h b/indra/newview/llfavoritesbar.h index 571208aa31..d4a6f7b06b 100644 --- a/indra/newview/llfavoritesbar.h +++ b/indra/newview/llfavoritesbar.h @@ -75,7 +75,7 @@ public: void setLandingTab(LLUICtrl* tab) { mLandingTab = tab; } protected: - void updateButtons(); + void updateButtons(bool force_update = false); LLButton* createButton(const LLPointer<LLViewerInventoryItem> item, const LLButton::Params& button_params, S32 x_offset ); const LLButton::Params& getButtonParams(); BOOL collectFavoriteItems(LLInventoryModel::item_array_t &items); |