Changeset 12212 for trunk


Ignore:
Timestamp:
10/20/11 11:32:50 (13 years ago)
Author:
tbretz
Message:
Fixed a problem with the pixels 0-159 in the Rates tab.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/FACT++/gui/FactGui.h

    r12182 r12212  
    20022002            dat[i] = sdata.fPatchRate[ihw];
    20032003
    2004             fRatesCanv->SetEnable(ihw, fFtuStatus[ihw/4]);
     2004            // Was this meant for something?
     2005            //fRatesCanv->SetEnable(ihw, fFtuStatus[ihw/4]);
    20052006        }
    20062007
     
    22842285
    22852286        const PixelMapEntry &entry = fPixelMap.index(fPixelIdx->value());
    2286         fPixelEnable->setChecked(sdata.IsEnabled(entry.index));
     2287        fPixelEnable->setChecked(sdata.IsEnabled(entry.hw()));
    22872288
    22882289        if (fThresholdIdx->value()>=0)
Note: See TracChangeset for help on using the changeset viewer.