Revision 26225 branches/v2_0_0_prep/applications/appgvSIG/src/com/iver/cit/gvsig/project/documents/view/gui/BaseView.java

View differences:

BaseView.java
102 102
		protected void paintChildren(Graphics g) {
103 103
			if (lastDivider!=lastDividerLocation){
104 104
				System.out.println("paintChildren = "+this.lastDividerLocation);
105
				getMapControl().getMapContext().clearAllCachingImageDrawnLayers();
106 105
				lastDivider=lastDividerLocation;
107 106
			}
108 107
			super.paintChildren(g);

Also available in: Unified diff