Revision 5770 trunk/applications/appgvSIG/src/com/iver/cit/gvsig/gui/layout/fframes/dialogs/FFrameViewDialog.java

View differences:

FFrameViewDialog.java
447 447
					public void actionPerformed(java.awt.event.ActionEvent e) {
448 448
						fframeview.setBoundBox(FLayoutUtilities.toSheetRect(
449 449
								rect, m_layout.getAT()));
450

  
450
						fframeview.setRotation(getPRotation().getRotation());
451 451
						if (m_projectView != null) {
452 452
							fframeview.setLinked(getChbEnlaceVivo().isSelected());
453 453
							fframeview.setName(m_projectView.getName());
......
467 467
													  .getSelectedIndex());
468 468
							fframeview.setBoundBox(FLayoutUtilities.toSheetRect(
469 469
									rect, m_layout.getAT()));
470
							fframeview.setRotation(getPRotation().getRotation());
470

  
471 471
							/*        for (int i=0;i<m_layout.getFFrames().size();i++){
472 472
							   IFFrame fframe=(IFFrame)m_layout.getFFrames().get(i);
473 473
							   if (fframe instanceof FFrameScaleBar){

Also available in: Unified diff