Changeset 292 for trunk/src/mouse_down.m
- Timestamp:
- Nov 21, 2011, 11:12:06 AM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/mouse_down.m
r252 r292 40 40 set(hcurrentfig,'Units','normalized') 41 41 hhcurrentfig=guidata(hcurrentfig); 42 test_zoom=get(hhcurrentfig. zoom,'Value');%test for zoom action, first priority42 test_zoom=get(hhcurrentfig.CheckZoom,'Value');%test for zoom action, first priority 43 43 test_ruler=isequal(get(hhuvmat.MenuRuler,'checked'),'on');%test for ruler action, second priority; 44 44 test_edit=get(hhuvmat.edit_object,'Value');%test for object editing, third priority … … 371 371 Field.FF(ivec)=0; 372 372 end 373 PlotParam=read_ plot_param(hhcurrentfig);373 PlotParam=read_GUI(hcurrentfig); 374 374 plot_field(Field,haxes,PlotParam); 375 375 eval(['FigData.' tagaxes '=Field;'])%record the modified field in FigData
Note: See TracChangeset
for help on using the changeset viewer.