diff options
author | Vadim ProductEngine <vsavchuk@productengine.com> | 2010-12-08 11:53:13 +0200 |
---|---|---|
committer | Vadim ProductEngine <vsavchuk@productengine.com> | 2010-12-08 11:53:13 +0200 |
commit | ebdbe36f28c27e14f579722df8ba4e0faebca2ac (patch) | |
tree | 75c568cba5ad7a6adf5e4a0fb98919850c7c96f5 /indra/newview/llfavoritesbar.h | |
parent | 8d82b79ab43264af48c9e46873e1ccecba60ceda (diff) |
STORM-436 FIXED Favorites overflow list appeared if you clicked a favorite landmark context menu item.
Diffstat (limited to 'indra/newview/llfavoritesbar.h')
-rw-r--r-- | indra/newview/llfavoritesbar.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/newview/llfavoritesbar.h b/indra/newview/llfavoritesbar.h index 234f0bc7de..1a28731c4f 100644 --- a/indra/newview/llfavoritesbar.h +++ b/indra/newview/llfavoritesbar.h @@ -98,6 +98,7 @@ protected: const LLFontGL *mFont; S32 mFirstDropDownItem; bool mUpdateDropDownItems; + bool mRestoreOverflowMenu; LLUUID mSelectedItemID; |