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:
@@ -300,7 +300,8 @@ AttributeItem::DrawItem(BView* owner, BRect frame, bool drawEverything)
|
|||||||
|
|
||||||
AttributeListView::AttributeListView(BRect frame, const char* name,
|
AttributeListView::AttributeListView(BRect frame, const char* name,
|
||||||
uint32 resizingMode)
|
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)
|
||||||
{
|
{
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user