Revision 3573 trunk/applications/appgvSIG/src/com/iver/cit/gvsig/LayoutControls.java

View differences:

LayoutControls.java
108 108
			layout.layoutToPDF();
109 109
		} else if (s.compareTo("SAVETEMPLATE")==0){
110 110
			saveLayout();
111
		} else if (s.compareTo("VERTEX")==0){
112
			layout.setTool(Layout.EDIT);
113
		}
111
		} 
114 112
	}
115 113
	private void saveLayout() {
116 114
    	layout = (Layout) PluginServices.getMDIManager().getActiveView();

Also available in: Unified diff