Changeset 2941 in Sophya
- Timestamp:
- Apr 24, 2006, 5:39:55 PM (19 years ago)
- Location:
- trunk/SophyaPI/PI
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaPI/PI/pi3ddrw.cc
r2615 r2941 391 391 if (opts == "title" || opts == "tit") ShowTitles(true); 392 392 else if (opts == "notitle" || opts == "notit") ShowTitles(false); 393 else if (opts == "axesnone") SetAxesFlags(kAxesNone); 393 394 else { 394 395 ndec--; -
trunk/SophyaPI/PI/pi3dwdg.cc
r2615 r2941 229 229 bool asz = mBDrw->isAutoScaleZ(); 230 230 231 // Decodage des options par le PIElDrawer3D de base 232 int ndec1 = mBDrw->DecodeOptionString(opt, rmdecopt); 233 231 234 for( k=0; k<opt.size(); k++ ) { 232 235 string opts = opt[k]; … … 282 285 283 286 if (rmdecopt) opt = udopt; 284 return(ndec );287 return(ndec+ndec1); 285 288 } 286 289
Note:
See TracChangeset
for help on using the changeset viewer.