Changeset 1905 in Sophya for trunk/SophyaPI/PIext/pigfd2.cc


Ignore:
Timestamp:
Feb 18, 2002, 11:41:28 PM (24 years ago)
Author:
ansari
Message:

Adaptation a l'introduction de la classe PIGraphicAtt - Reza 18/02/2002

File:
1 edited

Legend:

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

    r440 r1905  
    7373
    7474// On plotte les barre d'erreurs ligne demandee explicitement
    75 if(mLAtt!=PI_NotDefLineAtt) SelectErrBar(true,true,true);
     75if(GetGraphicAtt().GetLineAtt()!=PI_NotDefLineAtt) SelectErrBar(true,true,true);
    7676
    7777#if defined(CC_HAS_RTTI_SUPPORT)
     
    8181#endif
    8282
    83 if (mLAtt == PI_NotDefLineAtt)  g3->SelLine(PI_ThinLine);
     83if (GetGraphicAtt().GetLineAtt() == PI_NotDefLineAtt)  g3->SelLine(PI_ThinLine);
    8484
    8585double xp,yp,zp,er;
Note: See TracChangeset for help on using the changeset viewer.