ui improvements

This commit is contained in:
Eduardo Bart
2011-04-16 19:06:42 -03:00
parent dc39c965cc
commit c5da620d59
11 changed files with 150 additions and 42 deletions

View File

@@ -106,7 +106,7 @@ void UILayout::addAnchoredElement(UILayoutPtr anchoredElement)
}
}
// if not anchor it
// if not, anchor it
if(!found)
m_anchoredElements.push_back(anchoredElement);
}