Changeset 2090 in Sophya


Ignore:
Timestamp:
Jul 12, 2002, 5:22:05 PM (23 years ago)
Author:
cmv
Message:
  • Une ligne avait saute et le ALT-A ecrivait YMin,YMax avec le format de XMin,XMax. cmv 12/07/2002
File:
1 edited

Legend:

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

    r2080 r2090  
    202202  mText[0]->SetText(buff);
    203203    PIAxes::BonFormatAxes(scd->YMin(),scd->YMax(),-1.,format,0,2);
    204     sprintf(buff,dum.c_str(),scd->YMin(),scd->YMax());
     204    dum = format; dum += "  "; dum += format;
     205  sprintf(buff,dum.c_str(),scd->YMin(),scd->YMax());
    205206  mText[1]->SetText(buff);
    206207  int xa, ya;
Note: See TracChangeset for help on using the changeset viewer.