Changeset 1888 in Sophya for trunk/SophyaPI/PIext


Ignore:
Timestamp:
Jan 30, 2002, 5:45:38 PM (24 years ago)
Author:
ansari
Message:

Correction bug suite a l'introduction de la classe PILineAtt - Reza 30/01/2002

File:
1 edited

Legend:

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

    r1797 r1888  
    14451445  // Si c'est un attribut de lignes
    14461446  it = GrAlines.find(grt[k]);
    1447   if (it != GrAlines.end())  { mImgapp->SetLineAtt((PILineAtt)((*it).second.a1));  fgsrgr = true; continue; }
     1447  if (it != GrAlines.end())  { mImgapp->SetLineAtt(PILineAtt((PILineTypes)((*it).second.a1)));  fgsrgr = true; continue; }
    14481448  // Si c'est un attribut de fontes
    14491449  it = GrAfonts.find(grt[k]);
     
    15491549gi.a1 = PI_ThickDottedLine;
    15501550GrAlines["thickdottedline"] = gi;
     1551gi.a1 = PI_DashDottedLine;
     1552GrAlines["dashdottedline"] = gi;
     1553gi.a1 = PI_ThinDashDottedLine;
     1554GrAlines["thindashdottedline"] = gi;
     1555gi.a1 = PI_ThickDashDottedLine;
     1556GrAlines["thickdashdottedline"] = gi;
    15511557
    15521558// Noms de fontes
Note: See TracChangeset for help on using the changeset viewer.