diff options
author | Loren Shih <seraph@lindenlab.com> | 2010-06-10 11:41:59 -0400 |
---|---|---|
committer | Loren Shih <seraph@lindenlab.com> | 2010-06-10 11:41:59 -0400 |
commit | a37f7ec200963ab97ecd0bc4059ecf4e94fe9232 (patch) | |
tree | d1a2ce3f58dfffb806ea45b0669bf3d0b9d9d987 /indra/llui/llaccordionctrltab.h | |
parent | 388318c5328d002e316d27500dc91560d176b414 (diff) | |
parent | 9370ffac47665c309c28fb075b26d8da43192e23 (diff) |
automated merge
Diffstat (limited to 'indra/llui/llaccordionctrltab.h')
-rw-r--r-- | indra/llui/llaccordionctrltab.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/llui/llaccordionctrltab.h b/indra/llui/llaccordionctrltab.h index 82e0234bfc..480b26e130 100644 --- a/indra/llui/llaccordionctrltab.h +++ b/indra/llui/llaccordionctrltab.h @@ -190,6 +190,7 @@ public: void showAndFocusHeader(); void setFitPanel( bool fit ) { mFitPanel = true; } + bool getFitParent() const { return mFitPanel; } protected: void adjustContainerPanel (const LLRect& child_rect); |