Changeset 11944 for trunk/FACT++/gui/QCameraWidget.cc
- Timestamp:
- 09/02/11 09:37:15 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/FACT++/gui/QCameraWidget.cc
r11941 r11944 284 284 fData[i] = ddata[i]; 285 285 pixelColorUpToDate = false; 286 if (isVisible() )286 if (isVisible() && autoRefresh) 287 287 updateGL(); 288 288 } … … 309 309 } 310 310 311 if (isVisible() )311 if (isVisible() && autoRefresh) 312 312 updateGL(); 313 313 } … … 332 332 } 333 333 334 if (isVisible() )334 if (isVisible() && autoRefresh) 335 335 updateGL(); 336 336 … … 339 339 { 340 340 highlightedPatches.clear(); 341 if (isVisible() )341 if (isVisible() && autoRefresh) 342 342 updateGL(); 343 343 } … … 345 345 { 346 346 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.