diff --git a/src/kits/interface/Box.cpp b/src/kits/interface/Box.cpp index 625f383b99..b8726729d2 100644 --- a/src/kits/interface/Box.cpp +++ b/src/kits/interface/Box.cpp @@ -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(); }