Revision 1321 org.gvsig.raster.tools/trunk/org.gvsig.raster.tools/org.gvsig.raster.tools.algorithm/org.gvsig.raster.tools.algorithm.swing/org.gvsig.raster.tools.algorithm.swing.impl/src/main/java/org/gvsig/raster/tools/algorithm/swing/impl/maskthreshold/OutputMaskThresholdImpl.java

View differences:

OutputMaskThresholdImpl.java
98 98
			if(getMethodOutput().getCombo().getSelectedIndex() == 0 ||
99 99
				getMethodOutput().getCombo().getSelectedIndex() == 1) {
100 100
				getMethodOutput().getTextField().setEnabled(true);
101
				getLayerSelection().setEnabled(false);
101 102
			} else {
102 103
				getMethodOutput().getTextField().setEnabled(false);
104
				getLayerSelection().setEnabled(true);
103 105
			}
104 106
		}
105 107
	}

Also available in: Unified diff