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:
@@ -356,7 +356,7 @@ ScreenshotWindow::_UpdatePreviewPanel()
|
|||||||
|
|
||||||
fPreview->ClearViewBitmap();
|
fPreview->ClearViewBitmap();
|
||||||
fPreview->SetViewBitmap(fScreenshot, fScreenshot->Bounds(),
|
fPreview->SetViewBitmap(fScreenshot, fScreenshot->Bounds(),
|
||||||
fPreview->Bounds(), B_FOLLOW_ALL, 0);
|
fPreview->Bounds(), B_FOLLOW_ALL, B_FILTER_BITMAP_BILINEAR);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user