Revision 24

View differences:

org.gvsig.attributeeditor/trunk/org.gvsig.attributeeditor/org.gvsig.attributeeditor.mapcontrol/src/main/java/org/gvsig/fmap/mapcontrol/tools/Listeners/AttributeEditorBehavior.java
49 49
        this.attributeEditorPointListener =
50 50
            new AttributeEditorPointListener(mapControl);
51 51

  
52
        this.addMapBehavior(new MoveBehavior(pl), true);
52
        this.addMapBehavior(new MoveWithControlBehavior(pl), true);
53 53
        this.addMapBehavior(new PointBehavior(attributeEditorPointListener), false);
54 54

  
55 55
    }

Also available in: Unified diff