Skip to content
Snippets Groups Projects
Commit 178b3060 authored by Richard Linden's avatar Richard Linden
Browse files

fixed layout_stack regression resulting in side toolbars being truncated

parent c47c31fd
No related branches found
No related tags found
No related merge requests found
......@@ -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);
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment