diff --git a/src/apps/haikudepot/ui_generic/BitmapView.cpp b/src/apps/haikudepot/ui_generic/BitmapView.cpp index e00e122701..9eab1a8d3a 100644 --- a/src/apps/haikudepot/ui_generic/BitmapView.cpp +++ b/src/apps/haikudepot/ui_generic/BitmapView.cpp @@ -86,7 +86,7 @@ BitmapView::Draw(BRect updateRect) bounds.right = ceilf(bounds.left + width); bounds.bottom = ceilf(bounds.top + height); - SetDrawingMode(B_OP_OVER); + SetDrawingMode(B_OP_ALPHA); DrawBitmap(fBitmap, bitmapBounds, bounds, B_FILTER_BITMAP_BILINEAR); }