* fix invalidation of changed items
* fix deselecting items * fix selection with the mouse and also holding down modifiers * fix some more stuff I have already forgotten * applied coding style in most places * renamed private functions to be consistent needs more work though, some stuff can definitely be removed, some needs to be added git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@14932 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -361,7 +361,7 @@ void BOutlineListView::Expand(BListItem *item)
|
||||
items++;
|
||||
}
|
||||
|
||||
FixupScrollBar();
|
||||
_FixupScrollBar();
|
||||
Invalidate();
|
||||
}
|
||||
//------------------------------------------------------------------------------
|
||||
@@ -391,7 +391,7 @@ void BOutlineListView::Collapse(BListItem *item)
|
||||
items++;
|
||||
}
|
||||
|
||||
FixupScrollBar();
|
||||
_FixupScrollBar();
|
||||
Invalidate();
|
||||
}
|
||||
//------------------------------------------------------------------------------
|
||||
|
||||
Reference in New Issue
Block a user