Ignore:
Timestamp:
12/17/04 13:27:08 (20 years ago)
Author:
tbretz
Message:
*** empty log message ***
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/Changelog

    r5619 r5620  
    2828   * mcalib/MCalibColorSet.cc:
    2929     - replaced arbitrary number for run type by correct enum
     30
     31   * mbase/MStatusDisplay.[h,cc]:
     32     - changed DrawClonePad such that
     33       + before cloning we change into the pad (necessary for
     34         GetDrawOption)
     35       + removed SetSelectedPad (seems not necessary at all)
     36       + SetBit(kCanDelete) for all cloned object
     37       + copy bits kMustCleanup, kCannotPick and kNoContextMenu
     38       + oldc is not const anymore (cd()!)
     39
     40   * mhbase/MH3.[h,cc]:
     41     - removed fNameProfX, fNameProfY - didn't work with a more accurate
     42       scheme to get the handle to the profile histograms
     43     - moved most code from Draw to Paint so that a more accurate handling
     44       of read pads containing these histograms is possible
     45
     46   * mhvstime/MHVsTime.[h,cc]:
     47     - moved most code from Draw to Paint so that a more accurate handling
     48       of read pads containing these histograms is possible
     49
     50   * mhflux/MHEffectiveOnTime.[h,cc]:
     51     - removed fNameProj* - didn't work with a more accurate
     52       scheme to get the handle to the profile histograms
     53     - set no option for default AppendPad (istead of "fit" which
     54       didn't work for saved files - for unknown reasons)
    3055
    3156
Note: See TracChangeset for help on using the changeset viewer.