[mapguide-commits] r7334 - branches/2.5/MgDev/Web/src/viewerfiles

svn_mapguide at osgeo.org svn_mapguide at osgeo.org
Tue Jan 22 05:46:51 PST 2013


Author: jng
Date: 2013-01-22 05:46:50 -0800 (Tue, 22 Jan 2013)
New Revision: 7334

Modified:
   branches/2.5/MgDev/Web/src/viewerfiles/ajaxmappane.templ
Log:
#2105: Failed to double-check this problem

Modified: branches/2.5/MgDev/Web/src/viewerfiles/ajaxmappane.templ
===================================================================
--- branches/2.5/MgDev/Web/src/viewerfiles/ajaxmappane.templ	2013-01-22 13:39:06 UTC (rev 7333)
+++ branches/2.5/MgDev/Web/src/viewerfiles/ajaxmappane.templ	2013-01-22 13:46:50 UTC (rev 7334)
@@ -768,7 +768,7 @@
     else
     {
         // https://code.google.com/p/chromium/issues/detail?id=145919
-        if (chrome && (strCursor == "digitizePoint" strCursor == "measure"))
+        if (chrome && (strCursor == "digitizePoint" || strCursor == "measure"))
             strCursor = "crosshair";
         else
             strCursor = "url('../stdicons/" + strCursor + ".cur'), pointer";



More information about the mapguide-commits mailing list