changeset 6 | c3690ec91ef8 |
parent 0 | 16d8024aca5e |
child 7 | 923ff622b8b9 |
--- 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); }