The IconView now correctly invalidates its view on updates again.

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@16365 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Axel Dörfler
2006-02-12 17:44:42 +00:00
parent 06c21b14fe
commit 1d268b8f9f
@@ -225,7 +225,7 @@ IconView::SetTo(BMimeType* type)
fIcon = NULL;
}
if (sourceWas != fIconSource)
if (sourceWas != fIconSource || sourceWas != kNoIcon)
Invalidate();
}