diff options
author | Tofu Linden <tofu.linden@lindenlab.com> | 2010-07-28 10:37:06 +0100 |
---|---|---|
committer | Tofu Linden <tofu.linden@lindenlab.com> | 2010-07-28 10:37:06 +0100 |
commit | 77c3a65db60e5ba5f5507c0f68a5d92cc67b83f9 (patch) | |
tree | 310cd028cea3fe636ce355d044564f009f40c9ef /indra/llui/llaccordionctrl.h | |
parent | b6804a855bc54b060f5e27cfdce7a8277c590ee9 (diff) | |
parent | 76da1229ec26b582e054e8a1588ea78943c92d70 (diff) |
merge from viewer-release
Diffstat (limited to 'indra/llui/llaccordionctrl.h')
-rw-r--r-- | indra/llui/llaccordionctrl.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/indra/llui/llaccordionctrl.h b/indra/llui/llaccordionctrl.h index 8241ee1518..f26a380e5f 100644 --- a/indra/llui/llaccordionctrl.h +++ b/indra/llui/llaccordionctrl.h @@ -141,6 +141,8 @@ public: const LLAccordionCtrlTab* getSelectedTab() const { return mSelectedTab; } + bool getFitParent() const {return mFitParent;} + private: void initNoTabsWidget(const LLTextBox::Params& tb_params); void updateNoTabsHelpTextVisibility(); |