Make BALMLayout respect its position when nested.

This commit is contained in:
Alex Wilson
2012-05-03 08:44:50 +12:00
parent 51b5b66b01
commit f6db102e47
3 changed files with 7 additions and 6 deletions
+1 -1
View File
@@ -106,7 +106,7 @@ private:
Row* row, Column* column,
RowColumnManager* manager);
void _DoLayout();
void _DoLayout(const BPoint& offset);
void _UpdateMinSizeConstraint(BSize min);
void _UpdateMaxSizeConstraint(BSize max);