Changeset 1907 in Sophya for trunk/SophyaPI


Ignore:
Timestamp:
Feb 19, 2002, 12:06:31 AM (24 years ago)
Author:
ansari
Message:

Correction de bugs, suite a l'intro classe PIGraphicAtt - Reza 18/02/2002

Location:
trunk/SophyaPI/PI
Files:
2 edited

Legend:

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

    r1904 r1907  
    511511  if ( (k < 0) || (k > 12) )  k = 0;
    512512  gratt.SetLineAtt(PILineAtt(line[k]));
     513  drw->SetGraphicAtt(gratt);
    513514  if (fgref)  mCurBW->Refresh();
    514515  else drw->Refresh();
  • trunk/SophyaPI/PI/pigratt.cc

    r1904 r1907  
    1919}
    2020
    21 PIGraphicAtt::PIGraphicAtt(vector<string> & att, bool rmdecatt=true)
     21PIGraphicAtt::PIGraphicAtt(vector<string> & att, bool rmdecatt)
    2222{
     23  // AFAIRE - Reza 18/02/2002
    2324  SetColAtt();
    2425  SetLineAtt();
Note: See TracChangeset for help on using the changeset viewer.