Ignore:
Timestamp:
02/11/09 12:36:28 (16 years ago)
Author:
tbretz
Message:
*** empty log message ***
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/mmain/MEventDisplay.cc

    r9303 r9317  
    11/* ======================================================================== *\
    2 ! $Name: not supported by cvs2svn $:$Id: MEventDisplay.cc,v 1.67 2009-02-07 20:47:44 tbretz Exp $
     2! $Name: not supported by cvs2svn $:$Id: MEventDisplay.cc,v 1.68 2009-02-11 12:31:47 tbretz Exp $
    33! --------------------------------------------------------------------------
    44!
     
    717717    {
    718718        TCanvas *c = GetCanvas(i);
    719         c->GetPad(1)->cd(1);
     719        c->cd(1);
    720720
    721721        TList *list = gPad->GetListOfPrimitives();
     
    839839                if (!o)
    840840                    break;
    841                 fCanvas->SetName(MString::Format("%p;%p;PixelContent", o->GetHist(), c->GetPad(1)->GetPad(1)));
     841                fCanvas->SetName(MString::Format("%p;%p;PixelContent", o->GetHist(), c->GetPad(1)));
    842842            }
    843843            break;
Note: See TracChangeset for help on using the changeset viewer.