Revision 20375 branches/v10/applications/appgvSIG/src/com/iver/cit/gvsig/gui/layout/fframes/FFrameView.java

View differences:

FFrameView.java
1069 1069

  
1070 1070
	public void setGrid(IFFrame grid) {
1071 1071
		this.grid=grid;
1072
		this.grid.setRotation(this.getRotation());
1073
	}
1072 1074

  
1075
	public void setRotation(double rotation) {
1076
		super.setRotation(rotation);
1077
		if (grid!=null)
1078
			grid.setRotation(rotation);
1073 1079
	}
1074 1080
}

Also available in: Unified diff