Ignore:
Timestamp:
08/05/11 14:08:42 (13 years ago)
Author:
lyard
Message:
added update of display when data changed
File:
1 edited

Legend:

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

    r11785 r11786  
    7676     void QCameraWidget::SetBold(int idx)
    7777     {
    78          cout << "Boldness not taken into account yet" << endl;
     78         //cout << "Boldness not taken into account yet" << endl;
    7979     }
    8080     void QCameraWidget::SetWhite(int idx)
     
    159159             fData[i] = ddata[i];
    160160         CalculatePixelsColor();
     161         updateGL();
    161162     }
Note: See TracChangeset for help on using the changeset viewer.