Changeset 11765


Ignore:
Timestamp:
08/03/11 20:16:55 (13 years ago)
Author:
tbretz
Message:
Fixed the missing color for the horizontal histograms in the Raw data tab.
File:
1 edited

Legend:

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

    r11764 r11765  
    14291429            return;
    14301430
    1431         static int cnt=0;
    1432         if (cnt++%10>0)
    1433             return;
     1431       // static int cnt=0;
     1432       // if (cnt++%10>0)
     1433       //     return;
    14341434
    14351435        const float *ptr = d.ptr<float>();
     
    14611461        c->GetPad(1)->Modified();
    14621462        c->GetPad(2)->Modified();
    1463 //        c->GetPad(3)->Modified();
    1464 //        c->GetPad(4)->Modified();
     1463        c->GetPad(3)->Modified();
     1464        c->GetPad(4)->Modified();
    14651465
    14661466        c->Update();
Note: See TracChangeset for help on using the changeset viewer.