diff -r 627c4a0fd0e7 -r c3690ec91ef8 src/hbwidgets/widgets/hbtransparentwindow.cpp --- a/src/hbwidgets/widgets/hbtransparentwindow.cpp Fri Jun 11 13:58:22 2010 +0300 +++ b/src/hbwidgets/widgets/hbtransparentwindow.cpp Wed Jun 23 18:33:25 2010 +0300 @@ -60,6 +60,7 @@ HbTransparentWindow::HbTransparentWindow(QGraphicsItem *parent) : HbWidget(parent) { + setFlag(QGraphicsItem::ItemHasNoContents, false); }