Revision 28368 trunk/applications/appgvSIG/src/com/iver/cit/gvsig/project/documents/view/toc/TocItemLeaf.java

View differences:

TocItemLeaf.java
178 178
		
179 179
		if (g2 == null) return null;//TODO tipo de shape no soportado.
180 180
		try {
181
			symbol.drawInsideRectangle(g2, AffineTransform.getScaleInstance(0.8,0.8), r);
181
			symbol.drawInsideRectangle(g2, AffineTransform.getScaleInstance(0.8,0.8), r, null);
182 182
		} catch (SymbolDrawingException e) {
183 183
			if (e.getType() == SymbolDrawingException.UNSUPPORTED_SET_OF_SETTINGS) {
184 184
				try {
......
186 186
							SymbolDrawingException.STR_UNSUPPORTED_SET_OF_SETTINGS,
187 187
							symbol.getDescription(),
188 188
							SymbolDrawingException.UNSUPPORTED_SET_OF_SETTINGS
189
							).drawInsideRectangle(g2, g2.getTransform(), r.getBounds());
189
							).drawInsideRectangle(g2, g2.getTransform(), r.getBounds(), null);
190 190
				} catch (SymbolDrawingException e1) {
191 191
					// IMPOSSIBLE TO REACH THIS
192 192
				}

Also available in: Unified diff