Don't invalidate the listview when the focus changes - the listview does not

have any focus markers.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@17804 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Axel Dörfler 2006-06-12 21:57:11 +00:00
parent 16b4861f05
commit 675010ad61

View File

@ -1054,10 +1054,6 @@ void
BListView::WindowActivated(bool state)
{
BView::WindowActivated(state);
if (IsFocus()) {
Invalidate();
}
}
// DetachedFromWindow