* Tracker wrote icons with the wrong type at several places.
* Also replaced all B_COLOR_8_BIT with the B_CMAP8 constant. git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@16909 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -1327,7 +1327,7 @@ Model::TrackIconSource(icon_size size)
|
||||
else
|
||||
rect.Set(0, 0, B_LARGE_ICON - 1, B_LARGE_ICON - 1);
|
||||
|
||||
BBitmap bitmap(rect, B_COLOR_8_BIT);
|
||||
BBitmap bitmap(rect, B_CMAP8);
|
||||
|
||||
BModelOpener opener(this);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user