Changeset 685 in Sophya for trunk/SophyaPI/PIext/pintuple.cc


Ignore:
Timestamp:
Dec 13, 1999, 12:19:25 AM (26 years ago)
Author:
ercodmgr
Message:

FileChooser multiples ds PIStdImgApp, Correction Ndisp ds PINTuple, Fenetre NObjMgrWind non bloquant desormais ds piapp - Reza 12/12/99

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/SophyaPI/PIext/pintuple.cc

    r548 r685  
    162162g->SelMarker(msz, mrk);
    163163
     164PIGrCoord uxmin, uxmax, uymin, uymax;
     165g->GetGrSpace(uxmin, uxmax, uymin, uymax);
     166double xmin2 = uxmin;
     167double ymin2 = uymin;
     168double xmax2 = uxmax;
     169double ymax2 = uymax;
     170
    164171nok = 0; 
    165172xp = yp = xl = yl = 0;
     
    169176  yp = mNT->GetCell(i, yK);
    170177  if ( (xp < xmin) || (xp > xmax) || (yp < ymin) || (yp > ymax) )  continue;
     178  if ( (xp < xmin2) || (xp > xmax2) || (yp < ymin2) || (yp > ymax2) )  continue;
    171179  if ( (i > 0) && (mLAtt != PI_NotDefLineAtt) )   // On relie les points ...
    172180    g->DrawLine(xl, yl, xp, yp);
Note: See TracChangeset for help on using the changeset viewer.