Changeset 9317 for trunk/MagicSoft/Mars/mmain
- Timestamp:
- 02/11/09 12:36:28 (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/mmain/MEventDisplay.cc
r9303 r9317 1 1 /* ======================================================================== *\ 2 ! $Name: not supported by cvs2svn $:$Id: MEventDisplay.cc,v 1.6 7 2009-02-07 20:47:44tbretz Exp $2 ! $Name: not supported by cvs2svn $:$Id: MEventDisplay.cc,v 1.68 2009-02-11 12:31:47 tbretz Exp $ 3 3 ! -------------------------------------------------------------------------- 4 4 ! … … 717 717 { 718 718 TCanvas *c = GetCanvas(i); 719 c-> GetPad(1)->cd(1);719 c->cd(1); 720 720 721 721 TList *list = gPad->GetListOfPrimitives(); … … 839 839 if (!o) 840 840 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))); 842 842 } 843 843 break;
Note:
See TracChangeset
for help on using the changeset viewer.