Ignore:
Timestamp:
11/22/05 12:13:35 (19 years ago)
Author:
tbretz
Message:
*** empty log message ***
File:
1 edited

Legend:

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

    r7418 r7421  
    139139
    140140    fFormula = new TFormula;
    141 
    142     //Must have a name otherwise all axis label disappear like a miracle
    143     fFormula->SetName(fName);
     141    // Must have a name otherwise all axis labels disappear like a miracle
     142    fFormula->SetName(fName.IsNull()?"TFormula":fName);
    144143
    145144    if (fFormula->Compile(txt))
Note: See TracChangeset for help on using the changeset viewer.