The "Extra Attributes" list is now properly updated on resize.

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@16360 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Axel Dörfler 2006-02-12 14:33:24 +00:00
parent 3069c9573a
commit 61ed8caf39

View File

@ -300,7 +300,8 @@ AttributeItem::DrawItem(BView* owner, BRect frame, bool drawEverything)
AttributeListView::AttributeListView(BRect frame, const char* name,
uint32 resizingMode)
: BListView(frame, name, B_SINGLE_SELECTION_LIST, resizingMode)
: BListView(frame, name, B_SINGLE_SELECTION_LIST, resizingMode,
B_WILL_DRAW | B_NAVIGABLE | B_FULL_UPDATE_ON_RESIZE)
{
}