Revision 2890

View differences:

trunk/libraries/libFMap/src/com/iver/cit/gvsig/fmap/tools/CompoundBehavior.java
74 74
	}
75 75
	
76 76
	public void addMapBehavior(Behavior mt, boolean draw){
77
		mapTools.add(mapTools);
77
		mapTools.add(mt);
78 78
		draws.add(new Boolean(draw));
79 79
	}
80 80
	

Also available in: Unified diff