Changeset 203 in Sophya for trunk/SophyaPI/PIext/pihisto.cc
- Timestamp:
- Feb 26, 1999, 3:18:56 PM (27 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaPI/PIext/pihisto.cc
r165 r203 42 42 bool oktrace = false; 43 43 if (!mHisto) return; 44 44 45 if (mMrk != PI_NotDefMarker || mHisto->ClassId() == HProf::classId ) { 45 46 // Marqeurs definis OU HBProf => marqueurs+Erreurs si il y en a … … 92 93 } 93 94 } 95 // A faire a la fin - DrawStats change l'attribut de ligne 94 96 DrawStats(g); 95 97 } … … 99 101 { 100 102 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); 102 105 float cellHeight = (YMax() - YMin()) * 0.05; 103 106 float cellWidth = (XMax() - XMin()) * 0.23;
Note:
See TracChangeset
for help on using the changeset viewer.