Revision 28407 trunk/applications/appgvSIG/src/com/iver/cit/gvsig/project/documents/view/legend/gui/VectorialUniqueValue.java

View differences:

VectorialUniqueValue.java
365 365
			if (auxLegend != null){
366 366
				legendSymbol = auxLegend.getSymbolByValue(clave);
367 367
			}
368
			if( legendSymbol == null){
368
			if( legendSymbol == null || ( auxLegend.isUseDefaultSymbol() && legendSymbol == auxLegend.getDefaultSymbol())){
369 369
				if (auxLegend != null){
370 370
					auxLegend.addSymbol(clave, theSymbol);
371 371
				}

Also available in: Unified diff