diff options
author | Eugene Mutavchi <emutavchi@productengine.com> | 2010-01-15 20:57:42 +0200 |
---|---|---|
committer | Eugene Mutavchi <emutavchi@productengine.com> | 2010-01-15 20:57:42 +0200 |
commit | 2b5f45c1aabb87c23695e85d8b26cde55c94ba3f (patch) | |
tree | 3ad13973080d3f7807eba1c50a16ebea132918db /indra/llui/lllayoutstack.h | |
parent | 49f246a4daca9cf4d2ddb3548dc2bf36d72991dd (diff) |
Fixed normal bug EXT-4309 (Gesture button is too wide in the mouse look mode): added hack that avoid usage of the LLLayoutStack resizing logic on mouse look mode switching.
--HG--
branch : product-engine
Diffstat (limited to 'indra/llui/lllayoutstack.h')
-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(); |