Revision 6187

View differences:

trunk/libraries/libFMap/src/com/iver/cit/gvsig/fmap/ViewPort.java
655 655
	 * @param proj The proj to set.
656 656
	 */
657 657
	public void setProjection(IProjection proj) {
658
		if(this.proj == null || !this.proj.getAbrev().equals(proj.getAbrev()))
659
			this.proj = proj;
660
		
661
		callProjectionChanged(proj);
658
		if(this.proj == null || !this.proj.getAbrev().equals(proj.getAbrev())) {
659
			this.proj = proj;		
660
			callProjectionChanged(proj);
661
		}
662 662
	}
663 663

  
664 664
	/**

Also available in: Unified diff