Ignore:
Timestamp:
10/08/06 16:02:53 (18 years ago)
Author:
tbretz
Message:
*** empty log message ***
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/mimage/MHHillas.cc

    r7841 r8025  
    339339        if (h)
    340340        {
    341             h->SetDrawOption("");
     341            // This causes crashes in THistPainter::PaintTable
     342            // if the z-axis is not kept. No idea why...
     343            h->SetDrawOption("z");
    342344            h->SetMarkerColor(kBlack);
    343345        }
Note: See TracChangeset for help on using the changeset viewer.