diff -r 11d3954df52a -r 627c4a0fd0e7 src/hbcore/gui/hbscrollbar.cpp --- a/src/hbcore/gui/hbscrollbar.cpp Thu May 27 13:10:59 2010 +0300 +++ b/src/hbcore/gui/hbscrollbar.cpp Fri Jun 11 13:58:22 2010 +0300 @@ -98,6 +98,7 @@ Q_Q(HbScrollBar); q->grabGesture(Qt::PanGesture); q->grabGesture(Qt::TapGesture); + q->setFlag(QGraphicsItem::ItemHasNoContents, true); } void HbScrollBarPrivate::createPrimitives()