diff --git a/src/apps/diskprobe/ProbeView.cpp b/src/apps/diskprobe/ProbeView.cpp index d928b01dad..48da77b6b2 100644 --- a/src/apps/diskprobe/ProbeView.cpp +++ b/src/apps/diskprobe/ProbeView.cpp @@ -262,7 +262,7 @@ IconView::UpdateIcon() { if (fBitmap == NULL) #ifdef HAIKU_TARGET_PLATFORM_HAIKU - fBitmap = new BBitmap(BRect(0, 0, 31, 31), B_RGB32); + fBitmap = new BBitmap(BRect(0, 0, 31, 31), B_RGBA32); #else fBitmap = new BBitmap(BRect(0, 0, 31, 31), B_CMAP8); #endif