diff options
author | Vadim Savchuk <vsavchuk@productengine.com> | 2010-08-27 23:21:25 +0300 |
---|---|---|
committer | Vadim Savchuk <vsavchuk@productengine.com> | 2010-08-27 23:21:25 +0300 |
commit | d872325eb081d8433ecb0c92fb7cff7ffe91d51d (patch) | |
tree | 3d327291fcaacc8486701e050269ccb190b5d21e /indra/newview/llsidetray.h | |
parent | 24d1900ceb7e8978ba39e6e69e671c4521a270a4 (diff) |
VWR-20926 FIXED Fixed displaying the fake "Sidebar Toggle" tab when you detach all sidebar tabs.
Reviewed by Sergey Litovchuk at https://codereview.productengine.com/secondlife/r/880/
Diffstat (limited to 'indra/newview/llsidetray.h')
-rw-r--r-- | indra/newview/llsidetray.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/newview/llsidetray.h b/indra/newview/llsidetray.h index 081f382478..382a849814 100644 --- a/indra/newview/llsidetray.h +++ b/indra/newview/llsidetray.h @@ -163,6 +163,7 @@ public: protected: LLSideTrayTab* getTab (const std::string& name); + bool hasTabs (); void createButtons (); LLButton* createButton (const std::string& name,const std::string& image,const std::string& tooltip, |