[OpenLayers-Commits] r11040 - sandbox/elemoine/draw-feature/lib/OpenLayers/Handler

commits-20090109 at openlayers.org commits-20090109 at openlayers.org
Tue Jan 18 09:53:46 EST 2011


Author: erilem
Date: 2011-01-18 06:53:46 -0800 (Tue, 18 Jan 2011)
New Revision: 11040

Modified:
   sandbox/elemoine/draw-feature/lib/OpenLayers/Handler/Point.js
Log:
Handler.Point - the drawing flag is necessary

Modified: sandbox/elemoine/draw-feature/lib/OpenLayers/Handler/Point.js
===================================================================
--- sandbox/elemoine/draw-feature/lib/OpenLayers/Handler/Point.js	2011-01-18 12:16:21 UTC (rev 11039)
+++ sandbox/elemoine/draw-feature/lib/OpenLayers/Handler/Point.js	2011-01-18 14:53:46 UTC (rev 11040)
@@ -340,7 +340,7 @@
         if(this.lastDown && this.lastDown.equals(evt.xy)) {
             return true;
         }
-        this.drawing = true; // FIXME is this necessary?
+        this.drawing = true;
         this.modifyFeature(evt.xy);
         this.lastDown = evt.xy;
         return !this.stopDown;



More information about the Commits mailing list