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