Index: /trunk/FACT++/gui/QCameraWidget.cc
===================================================================
--- /trunk/FACT++/gui/QCameraWidget.cc	(revision 12121)
+++ /trunk/FACT++/gui/QCameraWidget.cc	(revision 12122)
@@ -12,6 +12,6 @@
         fEnable.assign(1440, true);
         lastFace = -1;
-        fShowPixelMoveOver = true;
-        fShowPatchMoveOver = true;
+        fShowPixelMoveOver = false;
+        fShowPatchMoveOver = false;
 
         CalculatePixelsColor();
@@ -254,5 +254,5 @@
     {
         int face = PixelAtPosition(cEvent->pos());
-//        cout << face << endl;
+        cout << fShowPixelMoveOver << " " << fShowPatchMoveOver << endl;
         if (face != -1 && lastFace != face) {
             emit signalPixelMoveOver(face);
