diff options
author | Sergei Litovchuk <slitovchuk@productengine.com> | 2009-11-14 19:15:51 +0200 |
---|---|---|
committer | Sergei Litovchuk <slitovchuk@productengine.com> | 2009-11-14 19:15:51 +0200 |
commit | 93c1e1bd6eaa8f77e746b1346b1729ed564081b4 (patch) | |
tree | 430e532c6cda6ca8e79e04bb236c2e65954e8400 /indra/llui/lltoggleablemenu.h | |
parent | 9e11d70225d3e53e2ee31304c4930f01939fe1c3 (diff) |
No ticket.
- Fixed toggleable menu in Picks panel.
- Minor optimization of LLToggleableMenu.
--HG--
branch : product-engine
Diffstat (limited to 'indra/llui/lltoggleablemenu.h')
-rw-r--r-- | indra/llui/lltoggleablemenu.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/indra/llui/lltoggleablemenu.h b/indra/llui/lltoggleablemenu.h index 3cd66e04a8..9d8c5261b9 100644 --- a/indra/llui/lltoggleablemenu.h +++ b/indra/llui/lltoggleablemenu.h @@ -49,8 +49,11 @@ protected: public: virtual void handleVisibilityChange (BOOL curVisibilityIn); + const LLRect& getButtonRect() const { return mButtonRect; } + // Converts the given local button rect to a screen rect void setButtonRect(const LLRect& rect, LLView* current_view); + void setButtonRect(LLView* current_view); // Returns "true" if menu was not closed by button click // and is not still visible. If menu is visible toggles |