Changeset 202 in Sophya for trunk/SophyaPI/PI/piscdrawwdg.cc


Ignore:
Timestamp:
Feb 26, 1999, 3:18:35 PM (27 years ago)
Author:
ercodmgr
Message:

protec mem piimage, amelioration trace axes, rz+cmv 26/2/99

File:
1 edited

Legend:

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

    r190 r202  
    182182  char buff[128];
    183183  sprintf(buff, "X= %g  Y= %g",  x, y);
     184  //  sprintf(buff, "%.3f,%.3f ",  x, y);
    184185  return((string)buff);
    185186}
     
    229230 
    230231  string ctxt =  GetClickText(dx, dy);
    231 
     232//DEBUG  char buff[32];    sprintf(buff, " %d:%d",xp,yp); ctxt += buff;
    232233  if (mTxw)
    233234    mTxw->SetLabel(ctxt);
Note: See TracChangeset for help on using the changeset viewer.