BBox: propagate alignment from child for the...

...FULL_{VERTICAL,HORIZONTAL} case.
This commit is contained in:
Rene Gollent
2013-07-03 23:41:44 -04:00
parent d3b108c53d
commit d376554674
2 changed files with 24 additions and 0 deletions
+1
View File
@@ -70,6 +70,7 @@ class BBox : public BView {
virtual BSize MinSize();
virtual BSize MaxSize();
virtual BSize PreferredSize();
virtual BAlignment LayoutAlignment();
protected:
virtual void LayoutInvalidated(bool descendants = false);