Revision 3545

View differences:

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

Also available in: Unified diff