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:
parent
16b4861f05
commit
675010ad61
@ -1054,10 +1054,6 @@ void
|
||||
BListView::WindowActivated(bool state)
|
||||
{
|
||||
BView::WindowActivated(state);
|
||||
|
||||
if (IsFocus()) {
|
||||
Invalidate();
|
||||
}
|
||||
}
|
||||
|
||||
// DetachedFromWindow
|
||||
|
Loading…
Reference in New Issue
Block a user