Changeset 9322 for trunk/MagicSoft/Mars/msimreflector
- Timestamp:
- 02/11/09 18:23:25 (16 years ago)
- Location:
- trunk/MagicSoft/Mars/msimreflector
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/msimreflector/MMirrorDisk.cc
r9312 r9322 118 118 { 119 119 TEllipse e; 120 e.SetFillColor(18); 120 121 if (!TString(opt).Contains("line", TString::kIgnoreCase)) 121 122 { 123 e.SetFillColor(17); 122 124 e.SetLineStyle(0); 123 e.SetFillColor(17);124 125 } 125 else126 if (TString(opt).Contains("same", TString::kIgnoreCase)) 126 127 e.SetFillStyle(0); 127 128 e.PaintEllipse(X(), Y(), fR, fR, 0, 360, 0); -
trunk/MagicSoft/Mars/msimreflector/MMirrorHex.cc
r9312 r9322 123 123 MHexagon h; 124 124 TEllipse e; 125 h.SetFillColor(18); 125 126 if (!TString(opt).Contains("line", TString::kIgnoreCase)) 126 127 { 128 h.SetFillColor(17); 127 129 h.SetLineStyle(0); 128 h.SetFillColor(17);129 130 e.SetLineStyle(0); 130 131 e.SetFillColor(gPad->GetFillColor()); 131 132 } 132 else 133 134 if (TString(opt).Contains("same", TString::kIgnoreCase)) 133 135 { 134 136 h.SetFillStyle(0); -
trunk/MagicSoft/Mars/msimreflector/MMirrorSquare.cc
r9312 r9322 119 119 TBox b; 120 120 TEllipse e; 121 b.SetFillColor(18); 121 122 122 123 if (!TString(opt).Contains("line", TString::kIgnoreCase)) … … 127 128 e.SetFillColor(gPad->GetFillColor()); 128 129 } 129 else 130 131 if (TString(opt).Contains("same", TString::kIgnoreCase)) 130 132 { 131 133 b.SetFillStyle(0);
Note:
See TracChangeset
for help on using the changeset viewer.