Changeset 1640 in Sophya for trunk/SophyaPI/PI/pidrawer.cc


Ignore:
Timestamp:
Aug 16, 2001, 2:16:42 PM (24 years ago)
Author:
ansari
Message:

1/ Correction gestion des attributs graphiques ds PIElDrawer::Draw()
2/ Ajout de 4 couleurs violettes (picolist.h pigraphx.cc pidrwtools.cc

et psfile.cc)

3/ Methode PIImage::BaseDrawer() alias de MyElDrawer()
4/ Gestion de copie/Coller avec plusieurs lignes ds PIConsole

Reza 16/8/2001

File:
1 edited

Legend:

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

    r1631 r1640  
    779779SelGraAtt(g);   // DrawAxes change certains attributs graphiques
    780780DrawAxes(g);   // Trace des axes
     781g->SelFont(PI_NormalSizeFont, mFAtt);
    781782SelGraAtt(g);   // DrawAxes change certains attributs graphiques
    782783
    783 if (mFSz == PI_NotDefFontSize) g->SelFont(PI_NormalSizeFont);
    784784// Trace des titres
    785785if ( (titleT.length() > 0) || (titleB.length() > 0) ) {
Note: See TracChangeset for help on using the changeset viewer.