Changeset 8709 for trunk/MagicSoft/Mars/mbase/MStatusDisplay.cc
- Timestamp:
- 08/25/07 16:30:26 (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/mbase/MStatusDisplay.cc
r8680 r8709 604 604 void MStatusDisplay::SetProgressBarPosition(Float_t p, Bool_t upd) 605 605 { 606 if (!gClient || gROOT->IsBatch()) 607 return; 608 606 609 fBar->SetPosition(p); 607 610 if (upd)
Note:
See TracChangeset
for help on using the changeset viewer.