Changeset 1907 in Sophya for trunk/SophyaPI
- Timestamp:
- Feb 19, 2002, 12:06:31 AM (24 years ago)
- Location:
- trunk/SophyaPI/PI
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaPI/PI/pidrwtools.cc
r1904 r1907 511 511 if ( (k < 0) || (k > 12) ) k = 0; 512 512 gratt.SetLineAtt(PILineAtt(line[k])); 513 drw->SetGraphicAtt(gratt); 513 514 if (fgref) mCurBW->Refresh(); 514 515 else drw->Refresh(); -
trunk/SophyaPI/PI/pigratt.cc
r1904 r1907 19 19 } 20 20 21 PIGraphicAtt::PIGraphicAtt(vector<string> & att, bool rmdecatt =true)21 PIGraphicAtt::PIGraphicAtt(vector<string> & att, bool rmdecatt) 22 22 { 23 // AFAIRE - Reza 18/02/2002 23 24 SetColAtt(); 24 25 SetLineAtt();
Note:
See TracChangeset
for help on using the changeset viewer.