Removed wrong TODO.

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@27345 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Michael Pfeiffer
2008-09-06 11:08:55 +00:00
parent 7b1c4ba38f
commit ec4a55fdbf
+2 -2
View File
@@ -158,8 +158,8 @@ APRView::APRView(const BRect &frame, const char *name, int32 resize, int32 flags
fColorWell->MoveBy(0, delta);
fPicker->MoveBy(0, delta);
fScrollView->ResizeBy(0, delta);
// TODO fix BView::ResizeBy(...):
// the child views should resize with its parent view (fScrollView)
// since this view is not attached to a window yet,
// we have to resize the fScrollView children too
fScrollView->ScrollBar(B_VERTICAL)->ResizeBy(0, delta);
fAttrList->ResizeBy(0, delta);
}