Ignore:
Timestamp:
11/22/05 10:25:49 (19 years ago)
Author:
tbretz
Message:
*** empty log message ***
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/mdata/MDataFormula.cc

    r6949 r7418  
    139139
    140140    fFormula = new TFormula;
     141
     142    //Must have a name otherwise all axis label disappear like a miracle
     143    fFormula->SetName(fName);
     144
    141145    if (fFormula->Compile(txt))
    142146    {
     
    172176
    173177    fFormula = f ? (TFormula*)f->Clone() : 0;
    174     gROOT->GetListOfFunctions()->Add(fFormula);
     178    gROOT->GetListOfFunctions()->Remove(fFormula);
    175179
    176180    fMembers.SetOwner();
Note: See TracChangeset for help on using the changeset viewer.