From ec4a55fdbfb20e6f1b409f08248531bdad71ac22 Mon Sep 17 00:00:00 2001 From: Michael Pfeiffer Date: Sat, 6 Sep 2008 11:08:55 +0000 Subject: [PATCH] Removed wrong TODO. git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@27345 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- src/preferences/appearance/APRView.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/preferences/appearance/APRView.cpp b/src/preferences/appearance/APRView.cpp index 8dc61389d8..f3e8b802ef 100644 --- a/src/preferences/appearance/APRView.cpp +++ b/src/preferences/appearance/APRView.cpp @@ -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); }