I suppose setting the height was forgotten?
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@15092 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -377,7 +377,7 @@ BBox::GetPreferredSize(float *_width, float *_height)
|
||||
if (_width)
|
||||
*_width = width;
|
||||
if (_height)
|
||||
*_height;
|
||||
*_height = height;
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user