Changeset 1892 in Sophya


Ignore:
Timestamp:
Feb 1, 2002, 7:23:34 PM (24 years ago)
Author:
ansari
Message:

Petite modif cosmetique ds la gestion des attributs graphiques ds PIDrawer::DrawAxes - Reza 01/02/2002

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/SophyaPI/PI/pidrawer.cc

    r1887 r1892  
    409409  if (mLAtt == PI_NotDefLineAtt)  g->SelLine(PI_ThinLine);
    410410  else g->SelLine(mLAtt);
     411  if (mFCol == PI_NotDefColor) g->SelForeground(PI_Black);
     412  else g->SelForeground(mFCol);
    411413  //  On calcule les ticks
    412414  CalcTicks();
Note: See TracChangeset for help on using the changeset viewer.