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:
@@ -225,7 +225,7 @@ IconView::SetTo(BMimeType* type)
|
||||
fIcon = NULL;
|
||||
}
|
||||
|
||||
if (sourceWas != fIconSource)
|
||||
if (sourceWas != fIconSource || sourceWas != kNoIcon)
|
||||
Invalidate();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user