summaryrefslogtreecommitdiff
path: root/indra/llui
diff options
context:
space:
mode:
authorPaul ProductEngine <pguslisty@productengine.com>2011-10-07 21:07:03 +0300
committerPaul ProductEngine <pguslisty@productengine.com>2011-10-07 21:07:03 +0300
commit13a2431cb3ca24be1de51c041a046df6fe641b9e (patch)
tree33cf70718fdeb7ac98a85fa80b73e583a96091a1 /indra/llui
parent8919ef0ea442ae13076705d881b5e67cf8bed606 (diff)
EXP-1255 FIXED (More spillover does not contain separator and "Open Landmarks" menuitem)
- Added menu item "Open landmarks" as the last menu item in favorites menu
Diffstat (limited to 'indra/llui')
-rw-r--r--indra/llui/lltoolbar.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/indra/llui/lltoolbar.h b/indra/llui/lltoolbar.h
index 4fac081130..e4534dea5f 100644
--- a/indra/llui/lltoolbar.h
+++ b/indra/llui/lltoolbar.h
@@ -173,6 +173,8 @@ public:
LLToolBarButton* createButton(const LLCommandId& id);
+ bool hasButtons() { return !mButtons.empty(); }
+
protected:
friend class LLUICtrlFactory;
LLToolBar(const Params&);