Removed bilinear filter, as it was blurring all icons (and bitmap icons are

already rendered with a filter).


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@39896 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Philippe Houdoin
2010-12-20 17:31:27 +00:00
parent 10c73bcbb3
commit bdde2d307a
@@ -326,8 +326,7 @@ NotificationView::Draw(BRect updateRect)
iconRect.right = ix + iconSize; iconRect.right = ix + iconSize;
iconRect.bottom = iy + iconSize; iconRect.bottom = iy + iconSize;
DrawBitmapAsync(fBitmap, fBitmap->Bounds(), DrawBitmapAsync(fBitmap, fBitmap->Bounds(), iconRect);
iconRect, B_FILTER_BITMAP_BILINEAR);
} }
// Draw content // Draw content