Changeset 8297 for trunk/MagicSoft/Mars/mhbase
- Timestamp:
- 02/03/07 20:07:52 (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/mhbase/MFillH.cc
r8255 r8297 594 594 const TString opt(Form("nonew %s", fDrawOption.Data())); 595 595 fCanvas->cd(); 596 // Remove the old class to prevent clashes calling 597 // Paint-functions when the display is updated 596 598 fCanvas->GetListOfPrimitives()->Remove(fH); 599 // DrawClone also takes care of calling gPad->Clear() 597 600 fH->DrawClone(opt); 598 601 fCanvas->Modified();
Note:
See TracChangeset
for help on using the changeset viewer.