src/hbcore/gui/hbscreen.cpp
changeset 6 c3690ec91ef8
parent 5 627c4a0fd0e7
child 7 923ff622b8b9
--- a/src/hbcore/gui/hbscreen.cpp	Fri Jun 11 13:58:22 2010 +0300
+++ b/src/hbcore/gui/hbscreen.cpp	Wed Jun 23 18:33:25 2010 +0300
@@ -32,6 +32,8 @@
 #include "hbview.h"
 #include "hbcontentwidget_p.h"
 #include "hbmainwindow.h"
+#include "hbtooltip.h"
+#include "hbgraphicsscene.h"
 #include "hbevent.h"
 #include "hbmainwindow_p.h"
 #include <QGraphicsLayout>
@@ -278,6 +280,7 @@
 void HbScreen::currentViewChanged(HbView *view)
 {
     Q_UNUSED(view);
+    HbToolTip::hideText(qobject_cast<HbGraphicsScene *>(scene()));
     repolish();
 }