diff -ur wally-2.4.1/wallyplugin/wallyplugin.cpp wally-2.4.1.new//wallyplugin/wallyplugin.cpp --- wally-2.4.1/wallyplugin/wallyplugin.cpp 2010-09-26 17:55:44.000000000 +0200 +++ wally-2.4.1.new//wallyplugin/wallyplugin.cpp 2010-10-20 11:23:42.492354074 +0200 @@ -41,13 +41,6 @@ painter->setCompositionMode(QPainter::CompositionMode_Source); if (!_pixmap.isNull()) { - if (isPreviewing()) - { - QPixmap scaledPixmap = _pixmap; - scaledPixmap = scaledPixmap.scaled(exposedRect.size().toSize(),Qt::IgnoreAspectRatio,Qt::SmoothTransformation); - painter->drawPixmap(exposedRect.toRect(),scaledPixmap); - } - else painter->drawPixmap(exposedRect,_pixmap,exposedRect); } else