Changeset 608


Ignore:
Timestamp:
Apr 7, 2013, 11:26:43 AM (11 years ago)
Author:
sommeria
Message:

bug corrected

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/mouse_up.m

    r511 r608  
    144144                        hhview_field=guidata(hview_field);
    145145                        [PlotType,PlotParam]=plot_field(ProjData,hhview_field.PlotAxes,read_GUI(hview_field));%update an existing  plot in view_field
    146                         write_plot_param(hhview_field,PlotParam); %update the display of plotting parameters for the current object
     146                        %write_plot_param(hhview_field,PlotParam); %update the display of plotting parameters for the current object
     147                        errormsg=fill_GUI(PlotParam,hview_field);
    147148                    end
    148149                    ViewFieldData=get(hview_field,'UserData');
     
    162163                    UvData.PlotAxes=ProjData;
    163164                    [PlotType,PlotParam]=plot_field(ProjData,hhuvmat.PlotAxes,read_GUI(hhuvmat));%update an existing field plot
    164                     write_plot_param(hhuvmat,PlotParam); %update the display of plotting parameters for the current object
     165                    errormsg=fill_GUI(PlotParam,huvmat);
     166                   % write_plot_param(hhuvmat,PlotParam); %update the display of plotting parameters for the current object
    165167                end
    166168            end
Note: See TracChangeset for help on using the changeset viewer.