Changeset 12153 for trunk


Ignore:
Timestamp:
09/28/11 16:20:07 (13 years ago)
Author:
lyard
Message:
removed the text display
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/FACT++/gui/RawEventsViewer/RawEventsViewer.cc

    r12152 r12153  
    313313    glEnd();
    314314 //   glEnable(GL_MULTISAMPLE);
    315     setFont(QFont("Times", 12));
     315 /*   setFont(QFont("Times", 12));
    316316    qglColor(QColor(255,223,127));
    317317    float xShift = 0.10f;
     
    338338    str << nRoi;
    339339    renderText(bboxMax[0]-xShift/2.0f, bboxMin[1]-4*yShift, 0, QString(str.str().c_str()));
    340 
     340*/
    341341}
    342342/************************************************************
Note: See TracChangeset for help on using the changeset viewer.