Removed wrong TODO.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@27345 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -158,8 +158,8 @@ APRView::APRView(const BRect &frame, const char *name, int32 resize, int32 flags
|
|||||||
fColorWell->MoveBy(0, delta);
|
fColorWell->MoveBy(0, delta);
|
||||||
fPicker->MoveBy(0, delta);
|
fPicker->MoveBy(0, delta);
|
||||||
fScrollView->ResizeBy(0, delta);
|
fScrollView->ResizeBy(0, delta);
|
||||||
// TODO fix BView::ResizeBy(...):
|
// since this view is not attached to a window yet,
|
||||||
// the child views should resize with its parent view (fScrollView)
|
// we have to resize the fScrollView children too
|
||||||
fScrollView->ScrollBar(B_VERTICAL)->ResizeBy(0, delta);
|
fScrollView->ScrollBar(B_VERTICAL)->ResizeBy(0, delta);
|
||||||
fAttrList->ResizeBy(0, delta);
|
fAttrList->ResizeBy(0, delta);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user