Ignore:
Timestamp:
03/19/13 13:25:21 (12 years ago)
Author:
lyard
Message:
linked statistic window do drawPatch checkbox
Location:
trunk/FACT++/gui/RawEventsViewer
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/FACT++/gui/RawEventsViewer/RawEventsViewer.cc

    r15015 r15123  
    11421142    GLWindow->drawPatch = state;
    11431143    GLWindow->updateGL();
     1144    RMS_window->fDrawPatch = state;
     1145    RMS_window->updateGL();
     1146    Mean_window->fDrawPatch = state;
     1147    Mean_window->updateGL();
     1148    Max_window->fDrawPatch = state;
     1149    Max_window->updateGL();
     1150    PosOfMax_window->fDrawPatch = state;
     1151    PosOfMax_window->updateGL();
    11441152}
    11451153/************************************************************
  • trunk/FACT++/gui/RawEventsViewer/viewer.ui

    r14250 r15123  
    435435         <widget class="QLabel" name="label">
    436436          <property name="text">
    437            <string>FACT - Raw events viewer - v0.6</string>
     437           <string>FACT - Raw events viewer - v0.7</string>
    438438          </property>
    439439         </widget>
Note: See TracChangeset for help on using the changeset viewer.