Changeset 11786 for trunk/FACT++/gui/QCameraWidget.cc
- Timestamp:
- 08/05/11 14:08:42 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/FACT++/gui/QCameraWidget.cc
r11785 r11786 76 76 void QCameraWidget::SetBold(int idx) 77 77 { 78 cout << "Boldness not taken into account yet" << endl;78 //cout << "Boldness not taken into account yet" << endl; 79 79 } 80 80 void QCameraWidget::SetWhite(int idx) … … 159 159 fData[i] = ddata[i]; 160 160 CalculatePixelsColor(); 161 updateGL(); 161 162 }
Note:
See TracChangeset
for help on using the changeset viewer.