Revision 28304 branches/v2_0_0_prep/applications/appgvSIG/src/com/iver/cit/gvsig/project/documents/layout/gui/Layout.java

View differences:

Layout.java
488 488
				try {
489 489
					IFFrame frame = FFrame.createFromXML(xml
490 490
							.getChild(i),p, layout);
491
					layout.layoutContext.addFFrame(frame,true,false);
491
					layout.layoutContext.addFFrame(frame,true,frame.getSelected()==IFFrame.RECT);
492 492
				} catch (OpenException e) {
493 493
					e.showError();
494 494
				}

Also available in: Unified diff