Index: trunk/FACT++/gui/FactGui.h
===================================================================
--- trunk/FACT++/gui/FactGui.h	(revision 11709)
+++ trunk/FACT++/gui/FactGui.h	(revision 11714)
@@ -2739,5 +2739,6 @@
         fStatusBar->showMessage(tipText, 3000);
 
-        gSystem->ProcessEvents();
+        gSystem->DispatchOneEvent(kFALSE);
+        //gSystem->ProcessEvents();
         //QWhatsThis::display(tipText)
     }
@@ -2745,6 +2746,7 @@
     void slot_RootUpdate()
     {
-        gSystem->ProcessEvents();
-        QTimer::singleShot(0, this, SLOT(slot_RootUpdate()));
+        gSystem->DispatchOneEvent(kFALSE);
+        //gSystem->ProcessEvents();
+        QTimer::singleShot(10, this, SLOT(slot_RootUpdate()));
     }
 
@@ -3233,5 +3235,5 @@
         // --------------------------------------------------------------------------
 
-//        QTimer::singleShot(0, this, SLOT(slot_RootUpdate()));
+        QTimer::singleShot(1000, this, SLOT(slot_RootUpdate()));
 
         //widget->setMouseTracking(true);
