From 08bed3e8aa80522ee362b77b793f980e69e1bd04 Mon Sep 17 00:00:00 2001 From: Wim van der Meer Date: Fri, 11 Jun 2010 08:38:39 +0000 Subject: [PATCH] Use bilinear bitmap scaling for the screenshot preview. git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@37096 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- src/apps/screenshot/ScreenshotWindow.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/apps/screenshot/ScreenshotWindow.cpp b/src/apps/screenshot/ScreenshotWindow.cpp index 5edd0b9862..59f472b8ba 100644 --- a/src/apps/screenshot/ScreenshotWindow.cpp +++ b/src/apps/screenshot/ScreenshotWindow.cpp @@ -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); }