Index: trunk/MagicSoft/Mars/mhist/MHCamera.cc
===================================================================
--- trunk/MagicSoft/Mars/mhist/MHCamera.cc	(revision 9380)
+++ trunk/MagicSoft/Mars/mhist/MHCamera.cc	(revision 9385)
@@ -1,4 +1,4 @@
 /* ======================================================================== *\
-! $Name: not supported by cvs2svn $:$Id: MHCamera.cc,v 1.121 2009-03-03 13:32:00 tbretz Exp $
+! $Name: not supported by cvs2svn $:$Id: MHCamera.cc,v 1.122 2009-03-04 18:45:26 tbretz Exp $
 ! --------------------------------------------------------------------------
 !
@@ -307,5 +307,5 @@
     for (Int_t idx=0; idx<fNcells-2; idx++)
     {
-        if ((*fGeomCam)[idx].DistanceToPrimitive(x, y)>0)
+        if (!(*fGeomCam)[idx].IsInside(x, y))
             continue;
 
@@ -979,8 +979,6 @@
         gPad->GetX2()> maxr || gPad->GetY2()>maxr ? 1 : fGeomCam->GetConvMm2Deg();
 
-    TAttLine line;
+    TAttLine line(kBlack, kSolid, 1);
     TAttFill fill;
-    line.SetLineStyle(kSolid);
-    line.SetLineColor(kBlack);
     for (Int_t i=0; i<fNcells-2; i++)
     {
