diff options
Diffstat (limited to 'indra/llui')
| -rw-r--r-- | indra/llui/lllayoutstack.h | 2 | 
1 files changed, 2 insertions, 0 deletions
| diff --git a/indra/llui/lllayoutstack.h b/indra/llui/lllayoutstack.h index aba35773ee..c4f10038f8 100644 --- a/indra/llui/lllayoutstack.h +++ b/indra/llui/lllayoutstack.h @@ -93,6 +93,8 @@ public:  	void updateLayout(BOOL force_resize = FALSE);  	S32 getPanelSpacing() const { return mPanelSpacing; } +	BOOL getAnimate () const { return mAnimate; } +	void setAnimate (BOOL animate) { mAnimate = animate; }  	static void updateClass(); | 
