Revision 44499 trunk/org.gvsig.desktop/org.gvsig.desktop.library/org.gvsig.fmap.control/src/main/java/org/gvsig/fmap/mapcontrol/MapControl.java

View differences:

MapControl.java
630 630
    }
631 631

  
632 632
    public MapControl(MapContext theMapContext) {
633
        this.changeToolListenerHelper = ToolsSwingLocator.getToolsSwingManager().createChangeListenerHelper();
633 634
        if( theMapContext == null ) {
634 635
            theMapContext = new MapContext(new ViewPort(MapContextLocator.getMapContextManager().getDefaultCRS()));
635 636
        }

Also available in: Unified diff