Changeset 2264 for trunk/MagicSoft/Mars/mhist/MHCamera.cc
- Timestamp:
- 07/06/03 14:24:09 (21 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/mhist/MHCamera.cc
r2248 r2264 422 422 // box with the histogram title 423 423 ptitle->SetTextColor(gStyle->GetTitleTextColor()); 424 #if ROOT_VERSION_CODE > ROOT_VERSION(3,05,0 0)424 #if ROOT_VERSION_CODE > ROOT_VERSION(3,05,01) 425 425 ptitle->SetTextFont(gStyle->GetTitleFont("")); 426 426 #endif … … 487 487 488 488 // box with the histogram title 489 #if ROOT_VERSION_CODE > ROOT_VERSION(3,05,0 0)489 #if ROOT_VERSION_CODE > ROOT_VERSION(3,05,01) 490 490 ptitle->SetFillColor(gStyle->GetTitleFillColor()); 491 491 ptitle->SetTextFont(gStyle->GetTitleFont(""));
Note:
See TracChangeset
for help on using the changeset viewer.