Changeset 12793 for trunk/Mars


Ignore:
Timestamp:
01/31/12 11:16:07 (13 years ago)
Author:
tbretz
Message:
To make sure that the IsNull check in drawing with labels works, stray whitespaces are removed first from the option string
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Mars/mhbase/MH3.cc

    r10283 r12793  
    11001100    TString str(opt);
    11011101    str.ToLower();
     1102    str.ReplaceAll(" ", "");
    11021103
    11031104    if (GetLabels())
     
    11201121    str.ReplaceAll("profx", "");
    11211122    str.ReplaceAll("profy", "");
    1122     str.ReplaceAll(" ", "");
    11231123
    11241124    if (same && TMath::Abs(fDimension)==1)
Note: See TracChangeset for help on using the changeset viewer.