Changeset 11714 for trunk/FACT++/gui/FactGui.h
- Timestamp:
- 07/30/11 16:07:30 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/FACT++/gui/FactGui.h
r11709 r11714 2739 2739 fStatusBar->showMessage(tipText, 3000); 2740 2740 2741 gSystem->ProcessEvents(); 2741 gSystem->DispatchOneEvent(kFALSE); 2742 //gSystem->ProcessEvents(); 2742 2743 //QWhatsThis::display(tipText) 2743 2744 } … … 2745 2746 void slot_RootUpdate() 2746 2747 { 2747 gSystem->ProcessEvents(); 2748 QTimer::singleShot(0, this, SLOT(slot_RootUpdate())); 2748 gSystem->DispatchOneEvent(kFALSE); 2749 //gSystem->ProcessEvents(); 2750 QTimer::singleShot(10, this, SLOT(slot_RootUpdate())); 2749 2751 } 2750 2752 … … 3233 3235 // -------------------------------------------------------------------------- 3234 3236 3235 // QTimer::singleShot(0, this, SLOT(slot_RootUpdate()));3237 QTimer::singleShot(1000, this, SLOT(slot_RootUpdate())); 3236 3238 3237 3239 //widget->setMouseTracking(true);
Note:
See TracChangeset
for help on using the changeset viewer.