Changeset 331 in Sophya for trunk/SophyaPI/PIext/servnobjm.cc
- Timestamp:
- Jun 28, 1999, 1:56:16 PM (26 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaPI/PIext/servnobjm.cc
r330 r331 401 401 mImgapp->SetColMapId(); 402 402 mImgapp->SetZoomAtt(); 403 mImgapp->SetAxesAtt(); 404 mImgapp->SetXYLimits(); 405 mImgapp->UseXYLimits(); 403 406 return(ropt); 404 407 } … … 438 441 else fgcont = false; 439 442 if (fgcont) continue; 440 443 444 // Utilisation limites X-Y 445 if ( grt[k] == "xylimits" ) { mImgapp->UseXYLimits(true); fgsrgr = true; continue; } 441 446 // Si c'est une couleur 442 447 it = GrAcolors.find(grt[k]);
Note:
See TracChangeset
for help on using the changeset viewer.