From 675010ad61a427ba85b4b62c7d0cb6c7c0b254a5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Axel=20D=C3=B6rfler?= Date: Mon, 12 Jun 2006 21:57:11 +0000 Subject: [PATCH] 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 --- src/kits/interface/ListView.cpp | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/kits/interface/ListView.cpp b/src/kits/interface/ListView.cpp index aaddce9f17..f6059be0d2 100644 --- a/src/kits/interface/ListView.cpp +++ b/src/kits/interface/ListView.cpp @@ -1054,10 +1054,6 @@ void BListView::WindowActivated(bool state) { BView::WindowActivated(state); - - if (IsFocus()) { - Invalidate(); - } } // DetachedFromWindow