diff -r 1801340c26a2 -r e5af45d51884 uiacceltk/hitchcock/coretoolkit/src/HuiImageVisual.cpp --- a/uiacceltk/hitchcock/coretoolkit/src/HuiImageVisual.cpp Thu Aug 19 10:48:02 2010 +0300 +++ b/uiacceltk/hitchcock/coretoolkit/src/HuiImageVisual.cpp Tue Aug 31 16:07:35 2010 +0300 @@ -301,11 +301,6 @@ // Actual color of the image. aGc.SetPenAlpha(TInt(effectiveOpacity * 255)); aGc.SetPenColor(iColor); - - // Render Alf image visuals always with high quality. Otherwise scaling etc. with ALF apis - // might produce low-quality - const THuiQuality oldQuality = aGc.Quality(); // store the original quality - aGc.SetQuality(EHuiQualityAccurate); // Apply special color mode. if(iColorMode == EColorDimmed) @@ -391,8 +386,6 @@ } } } - - aGc.SetQuality(oldQuality); // restore quality // Disable special color modes. if(iColorMode == EColorDimmed)