Changeset 5756 for trunk/MagicSoft/Mars/mhvstime
- Timestamp:
- 01/10/05 10:00:02 (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/mhvstime/MHVsTime.cc
r5620 r5756 292 292 // Otherwise MStatusDisplay::Update hangs. 293 293 gPad->GetListOfPrimitives()->Remove(fGraph); 294 fGraph->Draw(fGraph->GetN()<2 ? "A" : str );294 fGraph->Draw(fGraph->GetN()<2 ? "A" : str.Data()); 295 295 //gPad->GetListOfPrimitives()->Add(fGraph, fGraph->GetN()<2 ? "A" : opt); 296 296 // AppendPad(str);
Note:
See TracChangeset
for help on using the changeset viewer.