Revision 28368 trunk/applications/appgvSIG/src/com/iver/cit/gvsig/gui/styling/SymbolPreviewer.java

View differences:

SymbolPreviewer.java
174 174

  
175 175
		if (symbol != null) {
176 176
			try {
177
				symbol.drawInsideRectangle(g2, new AffineTransform(), r);
177
				symbol.drawInsideRectangle(g2, new AffineTransform(), r, null);
178 178
			} catch (SymbolDrawingException e) {
179 179
				if (e.getType() == SymbolDrawingException.UNSUPPORTED_SET_OF_SETTINGS) {
180 180
					try {
......
182 182
								SymbolDrawingException.STR_UNSUPPORTED_SET_OF_SETTINGS,
183 183
								"",
184 184
								SymbolDrawingException.UNSUPPORTED_SET_OF_SETTINGS).
185
							drawInsideRectangle(g2, null, r);
185
							drawInsideRectangle(g2, null, r, null);
186 186
					} catch (SymbolDrawingException e1) {
187 187
						// IMPOSSIBLE TO REACH THIS
188 188
					}

Also available in: Unified diff