Index: trunk/FACT++/gui/FactGui.h
===================================================================
--- trunk/FACT++/gui/FactGui.h	(revision 12211)
+++ trunk/FACT++/gui/FactGui.h	(revision 12212)
@@ -2002,5 +2002,6 @@
             dat[i] = sdata.fPatchRate[ihw];
 
-            fRatesCanv->SetEnable(ihw, fFtuStatus[ihw/4]);
+            // Was this meant for something?
+            //fRatesCanv->SetEnable(ihw, fFtuStatus[ihw/4]);
         }
 
@@ -2284,5 +2285,5 @@
 
         const PixelMapEntry &entry = fPixelMap.index(fPixelIdx->value());
-        fPixelEnable->setChecked(sdata.IsEnabled(entry.index));
+        fPixelEnable->setChecked(sdata.IsEnabled(entry.hw()));
 
         if (fThresholdIdx->value()>=0)
