changeset 46 | 23b5d6a29cce |
parent 39 | 4e8ebe173323 |
child 60 | 30f14686fb04 |
--- a/homescreenapp/hsapplication/src/main.cpp Mon May 03 12:24:59 2010 +0300 +++ b/homescreenapp/hsapplication/src/main.cpp Fri May 14 15:43:04 2010 +0300 @@ -123,6 +123,7 @@ HbMainWindow window; window.setRenderHint(QPainter::SmoothPixmapTransform); + window.setViewportUpdateMode(QGraphicsView::FullViewportUpdate); HsHomeScreen hs; QObject::connect(&app, SIGNAL(aboutToQuit()) ,&hs, SLOT(stop()));