Changeset 19978 for trunk/FACT++
- Timestamp:
- 07/27/20 19:18:29 (4 years ago)
- Location:
- trunk/FACT++/gui
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/FACT++/gui/BasicGlCamera.cc
r19685 r19978 47 47 QGL::DepthBuffer),cParent) 48 48 { 49 #ifdef HAVE_QT4 49 50 QGL::setPreferredPaintEngine(QPaintEngine::OpenGL); 51 #endif 50 52 fWhite = -1; 51 53 fWhitePatch = -1; -
trunk/FACT++/gui/RawEventsViewer/RawEventsViewer.cc
r19692 r19978 32 32 #undef ACTUAL_NUM_PIXELS 33 33 #define ACTUAL_NUM_PIXELS 1440 34 35 #ifndef HAVE_QT4 // required with not qwt5-qt4 (assuming that this is the default for not Qt4) 36 #define setMajPen setMajorPen 37 #endif 34 38 35 39 //bounding box for diplaying the impulse curve
Note:
See TracChangeset
for help on using the changeset viewer.