Index: /trunk/FACT++/gui/FactGui.h
===================================================================
--- /trunk/FACT++/gui/FactGui.h	(revision 12130)
+++ /trunk/FACT++/gui/FactGui.h	(revision 12131)
@@ -2808,5 +2808,5 @@
                 SetLedColor(fStatusBiasLed, kLedWarnTriangleBorder, time);
 
-            fBiasWidget->setEnabled(s.index>=3);
+//            fBiasWidget->setEnabled(s.index>=3);
         }
 
@@ -3771,5 +3771,5 @@
         fEvtBldWidget->setEnabled(false);
         fLoggerWidget->setEnabled(false);
-        fBiasWidget->setEnabled(false);
+        //fBiasWidget->setEnabled(false);
         fAuxWidget->setEnabled(false);
 
@@ -4093,5 +4093,5 @@
         fAdcDataCanv->EnableSignalEvents(kMouseMoveEvent);
 
-        //fRatesCanv->setMouseTracking(true);
+        fRatesCanv->setMouseTracking(true);
         fEventCanv1->setMouseTracking(true);
         fEventCanv2->setMouseTracking(true);
@@ -4101,4 +4101,20 @@
         fFeedbackDevCam->setMouseTracking(true);
         fFeedbackCmdCam->setMouseTracking(true);
+
+        fEventCanv1->ShowPixelCursor(true);
+        fEventCanv2->ShowPixelCursor(true);
+        fEventCanv3->ShowPixelCursor(true);
+        fEventCanv4->ShowPixelCursor(true);
+
+        fEventCanv1->ShowPatchCursor(true);
+        fEventCanv2->ShowPatchCursor(true);
+        fEventCanv3->ShowPatchCursor(true);
+        fEventCanv4->ShowPatchCursor(true);
+
+        fFeedbackDevCam->ShowPixelCursor(true);
+        fFeedbackCmdCam->ShowPixelCursor(true);
+
+        fFeedbackDevCam->ShowPatchCursor(true);
+        fFeedbackCmdCam->ShowPatchCursor(true);
 
         connect(fRatesCanv, SIGNAL(signalPixelMoveOver(int)),
