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

View differences:

BandSetupPanel.java
51 51
import org.gvsig.raster.hierarchy.IRasterDataset;
52 52
import org.gvsig.raster.hierarchy.IRasterProperties;
53 53
import org.gvsig.raster.hierarchy.IRasterRendering;
54
import org.gvsig.rastertools.RasterModule;
54 55
import org.gvsig.rastertools.properties.control.BandSetupListener;
55 56

  
56 57
import com.iver.andami.PluginServices;
......
515 516
			theRadioButton = new JRadioButton();
516 517
			theRadioButton.addActionListener(new ActionListener() {
517 518
				public void actionPerformed(ActionEvent event) {
519
					if (!RasterModule.autoRefreshView)
520
						return;
521

  
518 522
					fireEditingStopped();
519 523
					setMode(mode);
520 524
					onlyApply();

Also available in: Unified diff