diff options
Diffstat (limited to 'indra')
| -rw-r--r-- | indra/llui/lllayoutstack.cpp | 4 | 
1 files changed, 3 insertions, 1 deletions
| diff --git a/indra/llui/lllayoutstack.cpp b/indra/llui/lllayoutstack.cpp index 88c2218f24..05261432e3 100644 --- a/indra/llui/lllayoutstack.cpp +++ b/indra/llui/lllayoutstack.cpp @@ -129,7 +129,9 @@ void LLLayoutPanel::setOrientation( LLLayoutStack::ELayoutOrientation orientatio  		? getRect().getWidth()  		: getRect().getHeight())); -	if (mAutoResize == FALSE && mMinDim == -1) +	if (mAutoResize == FALSE  +		&& mUserResize == TRUE  +		&& mMinDim == -1 )  	{  		setMinDim(layout_dim);  	} | 
