Revision 3173

View differences:

trunk/applications/appgvSIG/src/com/iver/cit/gvsig/gui/layout/fframes/FFrameView.java
658 658
	public void extentChanged(ExtentEvent e) {
659 659
		if (getTypeScale() == AUTOMATICO) {
660 660
			m_fmap.getViewPort().setExtent(e.getNewExtent());
661
			if (layout!=null)
662
			layout.setStatus(Layout.DESACTUALIZADO);
661
			if (layout!=null){
662
				layout.setStatus(Layout.DESACTUALIZADO);
663
				//setBufferedImage(null);
664
			}
663 665
		}
664 666
	}
665 667

  
......
670 672
		if (getLinked()){
671 673
	    m_fmap.getViewPort().setBackColor(e.getNewColor());
672 674
		layout.setStatus(Layout.DESACTUALIZADO);
675
		//setBufferedImage(null);
673 676
		}
674 677
	}
675 678
	public void setLayout(Layout l){
......
679 682
	public void legendChanged(LegendChangedEvent e) {
680 683
		if (getLinked()){
681 684
			layout.setStatus(Layout.DESACTUALIZADO);
685
			//setBufferedImage(null);
682 686
		}
683 687
	}
684 688

  

Also available in: Unified diff