Revision 7544

View differences:

trunk/applications/appgvSIG/src/com/iver/cit/gvsig/project/documents/table/gui/Table.java
766 766
				tf.selectAll();
767 767
				tf.requestFocus();
768 768
			}
769
			if (y.length > 0 && x.length > 0) {
770
				getTable().setRowSelectionInterval(y[0], y[y.length - 1]);
771
				getTable().setColumnSelectionInterval(x[0], x[x.length - 1]);
772
			}
769
//			if (y.length > 0 && x.length > 0) {
770
//				getTable().setRowSelectionInterval(y[0], y[y.length - 1]);
771
//				getTable().setColumnSelectionInterval(x[0], x[x.length - 1]);
772
//			}
773 773

  
774 774
		}
775 775
    	}

Also available in: Unified diff