Small cleanup.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@35037 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -232,8 +232,8 @@ IconRenderer::IconRenderer(BBitmap* bitmap)
|
|||||||
bitmap->Bounds().IntegerWidth() + 1,
|
bitmap->Bounds().IntegerWidth() + 1,
|
||||||
bitmap->Bounds().IntegerHeight() + 1, bitmap->BytesPerRow());
|
bitmap->Bounds().IntegerHeight() + 1, bitmap->BytesPerRow());
|
||||||
|
|
||||||
fBaseRendererPre.clip_box(0, 0, fBitmap->Bounds().IntegerWidth(),
|
fBaseRendererPre.clip_box(0, 0, bitmap->Bounds().IntegerWidth(),
|
||||||
fBitmap->Bounds().IntegerHeight());
|
bitmap->Bounds().IntegerHeight());
|
||||||
}
|
}
|
||||||
|
|
||||||
// destructor
|
// destructor
|
||||||
|
|||||||
Reference in New Issue
Block a user