Ignore:
Timestamp:
08/03/06 18:48:57 (18 years ago)
Author:
tbretz
Message:
*** empty log message ***
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/mhvstime/MHSectorVsTime.cc

    r7355 r7841  
    198198    fGraph->SetMarkerStyle(kFullDotMedium);
    199199
    200     if (fMinimum!=-1111)
    201         fGraph->SetMinimum(fMinimum);
    202     if (fMaximum!=-1111)
    203         fGraph->SetMaximum(fMaximum);
    204 
    205200    fMin =  FLT_MAX;
    206201    fMax = -FLT_MAX;
     
    309304    }
    310305
     306    // If this is set to early the plot remains empty in root 5.12/00
     307    if (fMinimum!=-1111)
     308        fGraph->SetMinimum(fMinimum);
     309    if (fMaximum!=-1111)
     310        fGraph->SetMaximum(fMaximum);
     311
    311312    // This is a workaround if the TGraph has only one point.
    312313    // Otherwise MStatusDisplay::Update hangs.
Note: See TracChangeset for help on using the changeset viewer.