[Haiku-commits] r27345 - haiku/trunk/src/preferences/appearance
laplace at mail.berlios.de
laplace at mail.berlios.de
Sat Sep 6 13:08:58 CEST 2008
Author: laplace
Date: 2008-09-06 13:08:55 +0200 (Sat, 06 Sep 2008)
New Revision: 27345
ViewCVS: http://svn.berlios.de/viewcvs/haiku?rev=27345&view=rev
Modified:
haiku/trunk/src/preferences/appearance/APRView.cpp
Log:
Removed wrong TODO.
Modified: haiku/trunk/src/preferences/appearance/APRView.cpp
===================================================================
--- haiku/trunk/src/preferences/appearance/APRView.cpp 2008-09-06 09:13:16 UTC (rev 27344)
+++ haiku/trunk/src/preferences/appearance/APRView.cpp 2008-09-06 11:08:55 UTC (rev 27345)
@@ -158,8 +158,8 @@
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);
}
More information about the Haiku-commits
mailing list