Revision 8616 trunk/extensions/extGraph_predes/src/com/iver/cit/gvsig/graph/gui/RouteReportPanel.java

View differences:

RouteReportPanel.java
45 45
*
46 46
* $Id$
47 47
* $Log$
48
* Revision 1.11  2006-11-06 17:19:02  fjp
48
* Revision 1.12  2006-11-08 16:48:20  fjp
49
* *** empty log message ***
50
*
51
* Revision 1.11  2006/11/06 17:19:02  fjp
49 52
* Depurando el aspecto
50 53
*
51 54
* Revision 1.10  2006/11/06 13:21:38  fjp
......
188 191
						GraphicLayer graphicLayer = mapControlTemp.getMapContext().getGraphicsLayer();
189 192
						if(previousSelection != null){
190 193
							for(int i = 0; i < previousSelection.size(); i++){
191
								graphicLayer.removeGraphics((FGraphic) previousSelection.get(i));
194
								graphicLayer.removeGraphic((FGraphic) previousSelection.get(i));
192 195
							}
193 196
						}
194 197
						previousSelection = new ArrayList();

Also available in: Unified diff