Revision 17042

View differences:

trunk/extensions/extRasterTools-SE/src/org/gvsig/rastertools/properties/panels/BandSetupPanel.java
664 664
	 * @see org.gvsig.gui.beans.panelGroup.panels.IPanel#accept()
665 665
	 */
666 666
	public void accept() {
667
		if (!getPanelGroup().isPanelInGUI(this))
668
			return;
669

  
667 670
		onlyApply();
668 671
	}
669 672

  
......
671 674
	 * Aplica y guarda los cambios del panel
672 675
	 */
673 676
	public void apply() {
677
		if (!getPanelGroup().isPanelInGUI(this))
678
			return;
679

  
674 680
		onlyApply();
675 681
		saveStatus();
676 682
	}
......
719 725
	 * @see org.gvsig.gui.beans.panelGroup.panels.IPanel#cancel()
720 726
	 */
721 727
	public void cancel() {
728
		if (!getPanelGroup().isPanelInGUI(this))
729
			return;
730

  
722 731
		restoreStatus();
723 732
	}
724 733

  

Also available in: Unified diff