Changeset 292 for trunk/src/mouse_down.m


Ignore:
Timestamp:
Nov 21, 2011, 11:12:06 AM (12 years ago)
Author:
sommeria
Message:

GUI civ patch2 corrected (SmoothingParam?).
uvmatand view_field updated with panels.
read_plot_param removed (replaced by the mostgeneral read_GUI)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/mouse_down.m

    r252 r292  
    4040    set(hcurrentfig,'Units','normalized')
    4141hhcurrentfig=guidata(hcurrentfig);
    42 test_zoom=get(hhcurrentfig.zoom,'Value');%test for zoom action, first priority
     42test_zoom=get(hhcurrentfig.CheckZoom,'Value');%test for zoom action, first priority
    4343test_ruler=isequal(get(hhuvmat.MenuRuler,'checked'),'on');%test for ruler  action, second priority;
    4444test_edit=get(hhuvmat.edit_object,'Value');%test for object editing, third priority
     
    371371        Field.FF(ivec)=0;
    372372    end
    373     PlotParam=read_plot_param(hhcurrentfig);
     373    PlotParam=read_GUI(hcurrentfig);
    374374    plot_field(Field,haxes,PlotParam);
    375375    eval(['FigData.' tagaxes '=Field;'])%record the modified field in FigData
Note: See TracChangeset for help on using the changeset viewer.