Revision 28408 branches/v2_0_0_prep/applications/appgvSIG/src/com/iver/cit/gvsig/project/documents/view/legend/gui/VectorialUniqueValue.java

View differences:

VectorialUniqueValue.java
428 428
			if (auxLegend != null){
429 429
				legendSymbol = auxLegend.getSymbolByValue(clave);
430 430
			}
431
			if( legendSymbol == null){
431
			if( legendSymbol == null || ( auxLegend.isUseDefaultSymbol() && legendSymbol == auxLegend.getDefaultSymbol())){
432 432
				if (auxLegend != null){
433 433
					auxLegend.addSymbol(clave, theSymbol);
434 434
				}

Also available in: Unified diff