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());
|
BRect bounds(Bounds());
|
||||||
|
|
||||||
fBounds.right = Bounds().right;
|
fBounds.right = bounds.right;
|
||||||
fBounds.bottom = Bounds().bottom;
|
fBounds.bottom = bounds.bottom;
|
||||||
|
|
||||||
Invalidate();
|
Invalidate();
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user