src/hbcore/gui/hbscreen.cpp
changeset 2 06ff229162e9
parent 0 16d8024aca5e
child 5 627c4a0fd0e7
--- a/src/hbcore/gui/hbscreen.cpp	Mon May 03 12:48:33 2010 +0300
+++ b/src/hbcore/gui/hbscreen.cpp	Fri May 14 16:09:54 2010 +0300
@@ -35,6 +35,7 @@
 #include "hbevent.h"
 #include "hbmainwindow_p.h"
 #include <QGraphicsLayout>
+#include <qcoreapplication.h>
 
 /*!
   \class HbScreen
@@ -262,6 +263,7 @@
         HbToolBarPrivate::d_ptr(mTb)->mDoLayout = false;
     }
     repolish();
+    QCoreApplication::sendPostedEvents(this, QEvent::Polish);
 }
 
 void HbScreen::currentViewChanged(HbView* view)