diff options
| author | Paul ProductEngine <pguslisty@productengine.com> | 2011-10-07 21:07:03 +0300 | 
|---|---|---|
| committer | Paul ProductEngine <pguslisty@productengine.com> | 2011-10-07 21:07:03 +0300 | 
| commit | 13a2431cb3ca24be1de51c041a046df6fe641b9e (patch) | |
| tree | 33cf70718fdeb7ac98a85fa80b73e583a96091a1 /indra/llui | |
| parent | 8919ef0ea442ae13076705d881b5e67cf8bed606 (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.h | 2 | 
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&); | 
