Minor cleanup

git-svn-id: file:///srv/svn/repos/haiku/trunk/current@4505 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
haydentech
2003-09-04 19:43:31 +00:00
parent a6e9b97ba4
commit d8ad69ebf2
+2 -2
View File
@@ -232,8 +232,8 @@ void BBox::FrameResized(float width, float height)
{
BRect bounds(Bounds());
fBounds.right = Bounds().right;
fBounds.bottom = Bounds().bottom;
fBounds.right = bounds.right;
fBounds.bottom = bounds.bottom;
Invalidate();
}