Index: /trunk/FACT++/gui/BasicGlCamera.cc
===================================================================
--- /trunk/FACT++/gui/BasicGlCamera.cc	(revision 12411)
+++ /trunk/FACT++/gui/BasicGlCamera.cc	(revision 12412)
@@ -1064,4 +1064,7 @@
                  for (int k=0;k<2;k++)
                      cVertex[k] = hexcoords[j][k]*hexRadius + pixelsCoords[i][k];
+
+                 cVertex[1] -= hexRadius;
+
                  bool found = false;
                  for (int k=0;k<numVertices;k++)
@@ -1091,4 +1094,7 @@
                  for (int k=0;k<2;k++)
                      cVertex[k] = hexcoords[j][k]*hexRadius + pixelsCoords[i][k];
+
+                 cVertex[1] -= hexRadius;
+
                  for (int k=0;k<numVertices;k++)
                  {
