Use bilinear bitmap scaling for the screenshot preview.

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@37096 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Wim van der Meer
2010-06-11 08:38:39 +00:00
parent 12c93cc7f8
commit 08bed3e8aa
+1 -1
View File
@@ -356,7 +356,7 @@ ScreenshotWindow::_UpdatePreviewPanel()
fPreview->ClearViewBitmap();
fPreview->SetViewBitmap(fScreenshot, fScreenshot->Bounds(),
fPreview->Bounds(), B_FOLLOW_ALL, 0);
fPreview->Bounds(), B_FOLLOW_ALL, B_FILTER_BITMAP_BILINEAR);
}