Minor cleanup
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@4505 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -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();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user