Revision 6326 trunk/applications/appgvSIG/src/com/iver/cit/gvsig/gui/Table.java

View differences:

Table.java
994 994
//        getTable().setEditingRow(-1);
995 995
//        getTable().getCellEditor().
996 996
//        initEditField(sel,sel);
997
        getTable().getCellEditor().cancelCellEditing();
997
        if (getTable().getCellEditor() != null)
998
        	getTable().getCellEditor().cancelCellEditing();
998 999
        String description=PluginServices.getText(this,"remove_rows");
999 1000
        getModel().getModelo().endComplexRow(description);
1000 1001
        getTable().clearSelection();

Also available in: Unified diff