Changeset 203 in Sophya for trunk/SophyaPI/PIext/pihisto.cc


Ignore:
Timestamp:
Feb 26, 1999, 3:18:56 PM (27 years ago)
Author:
ercodmgr
Message:

amelioration trace axes, rz+cmv 26/2/99

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/SophyaPI/PIext/pihisto.cc

    r165 r203  
    4242  bool oktrace = false;
    4343  if (!mHisto)  return; 
     44
    4445  if (mMrk != PI_NotDefMarker || mHisto->ClassId() == HProf::classId ) {
    4546    // Marqeurs definis OU HBProf => marqueurs+Erreurs si il y en a
     
    9293    }
    9394  }
     95  // A faire a la fin - DrawStats change l'attribut de ligne
    9496  DrawStats(g);
    9597}
     
    99101{
    100102  if (!mHisto) return;
    101   if (mLAtt == PI_NotDefLineAtt)  g->SelLine(PI_ThinLine);
     103  //  if (mLAtt == PI_NotDefLineAtt)  g->SelLine(PI_ThinLine);
     104  g->SelLine(PI_ThinLine);
    102105  float cellHeight = (YMax() - YMin()) * 0.05;
    103106  float cellWidth  = (XMax() - XMin()) * 0.23;
Note: See TracChangeset for help on using the changeset viewer.