Ignore:
Timestamp:
02/11/09 18:23:25 (16 years ago)
Author:
tbretz
Message:
*** empty log message ***
Location:
trunk/MagicSoft/Mars/msimreflector
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/msimreflector/MMirrorDisk.cc

    r9312 r9322  
    118118{
    119119    TEllipse e;
     120    e.SetFillColor(18);
    120121    if (!TString(opt).Contains("line", TString::kIgnoreCase))
    121122    {
     123        e.SetFillColor(17);
    122124        e.SetLineStyle(0);
    123         e.SetFillColor(17);
    124125    }
    125     else
     126    if (TString(opt).Contains("same", TString::kIgnoreCase))
    126127        e.SetFillStyle(0);
    127128    e.PaintEllipse(X(), Y(), fR, fR, 0, 360, 0);
  • trunk/MagicSoft/Mars/msimreflector/MMirrorHex.cc

    r9312 r9322  
    123123    MHexagon h;
    124124    TEllipse e;
     125    h.SetFillColor(18);
    125126    if (!TString(opt).Contains("line", TString::kIgnoreCase))
    126127    {
     128        h.SetFillColor(17);
    127129        h.SetLineStyle(0);
    128         h.SetFillColor(17);
    129130        e.SetLineStyle(0);
    130131        e.SetFillColor(gPad->GetFillColor());
    131132    }
    132     else
     133
     134    if (TString(opt).Contains("same", TString::kIgnoreCase))
    133135    {
    134136        h.SetFillStyle(0);
  • trunk/MagicSoft/Mars/msimreflector/MMirrorSquare.cc

    r9312 r9322  
    119119    TBox b;
    120120    TEllipse e;
     121    b.SetFillColor(18);
    121122
    122123    if (!TString(opt).Contains("line", TString::kIgnoreCase))
     
    127128        e.SetFillColor(gPad->GetFillColor());
    128129    }
    129     else
     130
     131    if (TString(opt).Contains("same", TString::kIgnoreCase))
    130132    {
    131133        b.SetFillStyle(0);
Note: See TracChangeset for help on using the changeset viewer.