- Timestamp:
- 09/28/11 16:20:07 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/FACT++/gui/RawEventsViewer/RawEventsViewer.cc
r12152 r12153 313 313 glEnd(); 314 314 // glEnable(GL_MULTISAMPLE); 315 setFont(QFont("Times", 12));315 /* setFont(QFont("Times", 12)); 316 316 qglColor(QColor(255,223,127)); 317 317 float xShift = 0.10f; … … 338 338 str << nRoi; 339 339 renderText(bboxMax[0]-xShift/2.0f, bboxMin[1]-4*yShift, 0, QString(str.str().c_str())); 340 340 */ 341 341 } 342 342 /************************************************************
Note:
See TracChangeset
for help on using the changeset viewer.