fixed layout_stack regression resulting in side toolbars being truncated
parent
c47c31fdbf
commit
178b30601b
|
|
@ -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);
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue