Revision 20815 trunk/extensions/extRasterTools-SE/src/org/gvsig/rastertools/colortable/ui/library/ColorTableLibraryPanel.java

View differences:

ColorTableLibraryPanel.java
50 50

  
51 51
import com.iver.andami.PluginServices;
52 52
/**
53
 * Panel que aparece en la parte inferior izquierda que contiene la lista
53
 * Panel que aparece en la parte inferior derecha que contiene la lista
54 54
 * de librerias disponibles para las tablas de color, con sus botones correspondientes
55 55
 * para importar, exportar, borrar y a?adir librerias.
56 56
 * 
......
496 496
	 */
497 497
	public void setColorTableSelected(ColorTable colorTable) {
498 498
		hasChanged = true;
499
		((ColorTableIconPainter) getListViewComponent().getSelectedValue().getIcon()).getColorTable().createPaletteFromColorItems(colorTable.getColorItems(), true);
499
		((ColorTableIconPainter) getListViewComponent().getSelectedValue().getIcon()).getColorTable().createPaletteFromColorItems(colorTable.getColorItems(), false);
500 500
		getListViewComponent().repaint();
501 501
	}
502 502
}

Also available in: Unified diff