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().IntegerHeight() + 1, bitmap->BytesPerRow());
|
||||
|
||||
fBaseRendererPre.clip_box(0, 0, fBitmap->Bounds().IntegerWidth(),
|
||||
fBitmap->Bounds().IntegerHeight());
|
||||
fBaseRendererPre.clip_box(0, 0, bitmap->Bounds().IntegerWidth(),
|
||||
bitmap->Bounds().IntegerHeight());
|
||||
}
|
||||
|
||||
// destructor
|
||||
|
||||
Reference in New Issue
Block a user