Index: /trunk/FACT++/gui/FactGui.h
===================================================================
--- /trunk/FACT++/gui/FactGui.h	(revision 12415)
+++ /trunk/FACT++/gui/FactGui.h	(revision 12416)
@@ -1576,4 +1576,7 @@
     {
         if (!CheckSize(d, 4*1440*sizeof(float)))
+            return;
+
+        if (fEventsStop->isChecked())
             return;
 
@@ -2990,4 +2993,5 @@
 
             fFeedbackWidget->setEnabled(s.index>=3);
+            fFeedbackCalibrate->setEnabled(s.index==4);
             fFeedbackStop->setEnabled(s.index>4);
             fFeedbackTempStart->setEnabled(s.index==4);
