Revision 12198 trunk/extensions/extRasterTools-SE/src/org/gvsig/rastertools/properties/panels/BandSetupPanel.java

View differences:

BandSetupPanel.java
50 50
import org.gvsig.raster.shared.IRasterRendering;
51 51
import org.gvsig.rastertools.properties.control.BandSetupListener;
52 52
import org.gvsig.rastertools.properties.dialog.IRegistrablePanel;
53
import org.gvsig.rastertools.properties.dialog.RasterPropertiesTocMenuEntry;
53 54
import org.gvsig.rastertools.properties.dialog.RegistrableTabPanel;
54 55

  
55 56
import com.iver.andami.PluginServices;
......
693 694
	 * Aplicar los cambios sin guardar su estado
694 695
	 */
695 696
	public void onlyApply() {
696
		panelListener.apply();
697
		if (RasterPropertiesTocMenuEntry.enableEvents)
698
			panelListener.apply();
697 699
	}
698 700

  
699 701
	/**

Also available in: Unified diff