Changeset 11944 for trunk


Ignore:
Timestamp:
09/02/11 09:37:15 (13 years ago)
Author:
lyard
Message:
forgot properly save the file before commit
File:
1 edited

Legend:

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

    r11941 r11944  
    284284             fData[i] = ddata[i];
    285285         pixelColorUpToDate = false;
    286          if (isVisible())
     286         if (isVisible() && autoRefresh)
    287287             updateGL();
    288288     }
     
    309309         }
    310310
    311          if (isVisible())
     311         if (isVisible() && autoRefresh)
    312312             updateGL();
    313313     }
     
    332332         }
    333333
    334          if (isVisible())
     334         if (isVisible() && autoRefresh)
    335335             updateGL();
    336336
     
    339339     {
    340340         highlightedPatches.clear();
    341          if (isVisible())
     341         if (isVisible() && autoRefresh)
    342342             updateGL();
    343343     }
     
    345345     {
    346346         highlightedPixels.clear();
    347          if (isVisible())
    348              updateGL();
    349      }
    350 
    351 
    352 
    353 
     347         if (isVisible() && autoRefresh)
     348             updateGL();
     349     }
     350
     351
     352
     353
Note: See TracChangeset for help on using the changeset viewer.