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:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user