Revision 8853

View differences:

trunk/extensions/extGraph_predes/src/com/iver/cit/gvsig/project/documents/view/legend/gui/PanelLegendDotDensity.java
43 43
*
44 44
* $Id$
45 45
* $Log$
46
* Revision 1.2  2006-11-15 12:57:31  jaume
46
* Revision 1.3  2006-11-17 12:50:36  jaume
47
* tama?o de punto defecto 2
48
*
49
* Revision 1.2  2006/11/15 12:57:31  jaume
47 50
* *** empty log message ***
48 51
*
49 52
* Revision 1.1  2006/11/14 11:10:27  jaume
......
250 253
        		getOutlineColorChooserPanel().setColor(Color.BLACK);
251 254
        	}
252 255
        	try {
253
        		getNmbrDotValue().setText(String.valueOf(theLegend.getDotValue()));
256
        		double dotSize = theLegend.getDotValue();
257
        		if (dotSize == -1)
258
        			dotSize = 2;
259
        		getNmbrDotValue().setText(String.valueOf(dotSize));
254 260
        	} catch (NullPointerException npEx) {
255 261
        		getNmbrDotValue().setText(String.valueOf(max));
256 262
        	}

Also available in: Unified diff