Index: trunk/MagicSoft/Mars/Changelog
===================================================================
--- trunk/MagicSoft/Mars/Changelog	(revision 9321)
+++ trunk/MagicSoft/Mars/Changelog	(revision 9322)
@@ -172,4 +172,8 @@
    * ceres.rc:
      - added
+
+   * msimreflector/MMirrorSquare.cc, msimreflector/MMirrorHex.cc,
+     msimreflector/MMirrorDisk.cc:
+     - changed the grey colors
 
 
Index: trunk/MagicSoft/Mars/msimreflector/MMirrorDisk.cc
===================================================================
--- trunk/MagicSoft/Mars/msimreflector/MMirrorDisk.cc	(revision 9321)
+++ trunk/MagicSoft/Mars/msimreflector/MMirrorDisk.cc	(revision 9322)
@@ -118,10 +118,11 @@
 {
     TEllipse e;
+    e.SetFillColor(18);
     if (!TString(opt).Contains("line", TString::kIgnoreCase))
     {
+        e.SetFillColor(17);
         e.SetLineStyle(0);
-        e.SetFillColor(17);
     }
-    else
+    if (TString(opt).Contains("same", TString::kIgnoreCase))
         e.SetFillStyle(0);
     e.PaintEllipse(X(), Y(), fR, fR, 0, 360, 0);
Index: trunk/MagicSoft/Mars/msimreflector/MMirrorHex.cc
===================================================================
--- trunk/MagicSoft/Mars/msimreflector/MMirrorHex.cc	(revision 9321)
+++ trunk/MagicSoft/Mars/msimreflector/MMirrorHex.cc	(revision 9322)
@@ -123,12 +123,14 @@
     MHexagon h;
     TEllipse e;
+    h.SetFillColor(18);
     if (!TString(opt).Contains("line", TString::kIgnoreCase))
     {
+        h.SetFillColor(17);
         h.SetLineStyle(0);
-        h.SetFillColor(17);
         e.SetLineStyle(0);
         e.SetFillColor(gPad->GetFillColor());
     }
-    else
+
+    if (TString(opt).Contains("same", TString::kIgnoreCase))
     {
         h.SetFillStyle(0);
Index: trunk/MagicSoft/Mars/msimreflector/MMirrorSquare.cc
===================================================================
--- trunk/MagicSoft/Mars/msimreflector/MMirrorSquare.cc	(revision 9321)
+++ trunk/MagicSoft/Mars/msimreflector/MMirrorSquare.cc	(revision 9322)
@@ -119,4 +119,5 @@
     TBox b;
     TEllipse e;
+    b.SetFillColor(18);
 
     if (!TString(opt).Contains("line", TString::kIgnoreCase))
@@ -127,5 +128,6 @@
         e.SetFillColor(gPad->GetFillColor());
     }
-    else
+
+    if (TString(opt).Contains("same", TString::kIgnoreCase))
     {
         b.SetFillStyle(0);
