Revision 1209 org.gvsig.attributeeditor/trunk/org.gvsig.attributeeditor/org.gvsig.attributeeditor.mapcontrol/src/main/java/org/gvsig/fmap/mapcontrol/tools/Listeners/AttributeEditorBehavior.java

View differences:

AttributeEditorBehavior.java
47 47
        this.attributeEditorPointListener =
48 48
            new AttributeEditorPointListener(mapControl);
49 49

  
50
        this.addMapBehavior(new PointBehavior(attributeEditorPointListener), true);
50
//        this.addMapBehavior(new PointBehavior(attributeEditorPointListener), true);
51 51
        this.addMapBehavior(new RectangleBehavior(attributeEditorPointListener), true);
52 52

  
53 53
    }

Also available in: Unified diff