From e75c685a46c462e761d4bdcb552b09b57e569100 Mon Sep 17 00:00:00 2001 From: =?utf8?q?V=C3=A1clav=20Slav=C3=ADk?= Date: Sun, 15 Jun 2008 13:15:44 +0000 Subject: [PATCH] revert part of r54233 that was included by accident git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@54234 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- src/msw/graphics.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/msw/graphics.cpp b/src/msw/graphics.cpp index a8b5acddec..06c784811f 100644 --- a/src/msw/graphics.cpp +++ b/src/msw/graphics.cpp @@ -1182,7 +1182,6 @@ void wxGDIPlusContext::DrawBitmap( const wxGraphicsBitmap &bmp, wxDouble x, wxDo { Rect drawRect((REAL) x, (REAL)y, (REAL)w, (REAL)h); m_context->SetPixelOffsetMode( PixelOffsetModeNone ); - m_context->SetInterpolationMode(InterpolationModeHighQualityBicubic); m_context->DrawImage(image, drawRect, 0 , 0 , image->GetWidth()-1, image->GetHeight()-1, UnitPixel ) ; m_context->SetPixelOffsetMode( PixelOffsetModeHalf ); } -- 2.45.2