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:
Michael Lotz
2005-11-23 17:49:38 +00:00
parent 8643b0987c
commit 76c0041c51
+1 -1
View File
@@ -377,7 +377,7 @@ BBox::GetPreferredSize(float *_width, float *_height)
if (_width)
*_width = width;
if (_height)
*_height;
*_height = height;
}