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

build fix

parent 12832768
Branches
Tags
No related merge requests found
...@@ -2549,7 +2549,7 @@ void LLView::applyXUILayout(LLView::Params& p, LLView* parent) ...@@ -2549,7 +2549,7 @@ void LLView::applyXUILayout(LLView::Params& p, LLView* parent)
if (p.left_pad.isProvided()) if (p.left_pad.isProvided())
{ {
// left_pad is based on prior widget's right edge // left_pad is based on prior widget's right edge
p.left_delta.set(p.left_pad + last_rect.getWidth(), false); p.left_delta.set(p.left_pad + default_rect.getWidth(), false);
} }
default_rect.translate(p.left_delta, p.bottom_delta); default_rect.translate(p.left_delta, p.bottom_delta);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment