Ignore:
Timestamp:
02/03/07 20:07:52 (18 years ago)
Author:
tbretz
Message:
*** empty log message ***
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/mhbase/MFillH.cc

    r8255 r8297  
    594594        const TString opt(Form("nonew %s", fDrawOption.Data()));
    595595        fCanvas->cd();
     596        // Remove the old class to prevent clashes calling
     597        // Paint-functions when the display is updated
    596598        fCanvas->GetListOfPrimitives()->Remove(fH);
     599        // DrawClone also takes care of calling gPad->Clear()
    597600        fH->DrawClone(opt);
    598601        fCanvas->Modified();
Note: See TracChangeset for help on using the changeset viewer.