diff options
| author | Mnikolenko Productengine <mnikolenko@productengine.com> | 2021-02-25 20:25:56 +0200 |
|---|---|---|
| committer | Mnikolenko Productengine <mnikolenko@productengine.com> | 2021-02-25 20:25:56 +0200 |
| commit | 806345951bcb72ae709cc19a198f78905fcbdb46 (patch) | |
| tree | a1f2cca7617b76313745ae4a6bc503f28254da71 /indra/newview/llfavoritesbar.cpp | |
| parent | 2d4a894b706d0dcbdc753318c2c400b0d3ee92b7 (diff) | |
Revert "SL-14901 Add a button on the Landmarks bar to open the Places floater"
This reverts commit 2d4a894b706d0dcbdc753318c2c400b0d3ee92b7.
Diffstat (limited to 'indra/newview/llfavoritesbar.cpp')
| -rw-r--r-- | indra/newview/llfavoritesbar.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llfavoritesbar.cpp b/indra/newview/llfavoritesbar.cpp index 6e01c82fe1..c76920c9ce 100644 --- a/indra/newview/llfavoritesbar.cpp +++ b/indra/newview/llfavoritesbar.cpp @@ -847,7 +847,7 @@ void LLFavoritesBarCtrl::updateButtons(bool force_update) int j = first_changed_item_index; for (; j < mItems.size(); j++) { - last_new_button = createButton(mItems[j], button_params, j == 0? last_right_edge + 4 : last_right_edge); + last_new_button = createButton(mItems[j], button_params, last_right_edge); if (!last_new_button) { break; |
