Revision 12056 trunk/applications/appgvSIG/src/com/iver/cit/gvsig/project/documents/layout/fframes/FFrameGroup.java

View differences:

FFrameGroup.java
419 419
			if (frames[i] instanceof IFFrameViewDependence){
420 420
				((IFFrameViewDependence)frames[i]).refreshDependence(fant,fnew);
421 421
			}
422
			if (fnew instanceof FFrameGroup){
423
				IFFrame[] framesGroupNew=((FFrameGroup)fnew).getFFrames();
424
				for (int j=0;j<framesGroupNew.length;j++){
425
					if (fant instanceof FFrameGroup){
426
						IFFrame[] framesGroupAnt=((FFrameGroup)fant).getFFrames();
427
						for (int k=0;k<framesGroupAnt.length;k++){
428
							if (framesGroupAnt[k] instanceof IFFrameViewDependence){
429
								refreshDependence(framesGroupAnt[k],framesGroupNew[j]);
430
							}
431
						}
432
					}
433
				}
434
			}
422 435
		}
423

  
424 436
	}
425 437
}

Also available in: Unified diff