Changeset 8680 for trunk/MagicSoft/Mars/mbase/MStatusDisplay.cc
- Timestamp:
- 08/20/07 11:04:58 (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/mbase/MStatusDisplay.cc
r8678 r8680 602 602 // is assumed to be (0,1) 603 603 // 604 void MStatusDisplay::SetProgressBarPosition(Float_t p )604 void MStatusDisplay::SetProgressBarPosition(Float_t p, Bool_t upd) 605 605 { 606 606 fBar->SetPosition(p); 607 if (upd) 608 gClient->ProcessEventsFor(fBar); 607 609 } 608 610 … … 685 687 // p==NULL means: Take gClient->GetRoot() if not in batch mode 686 688 // see TGWindow::TGWindow() 689 690 // Make sure that the display is removed via RecursiveRemove 691 // from whereever possible. 692 SetBit(kMustCleanup); 687 693 688 694 //
Note:
See TracChangeset
for help on using the changeset viewer.