Small cleanup.

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@35037 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Stephan Aßmus
2010-01-12 22:11:17 +00:00
parent 5ea21f5d2d
commit c50dfc20df
+2 -2
View File
@@ -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