Changeset 329 for trunk/src/view_field.m


Ignore:
Timestamp:
Dec 10, 2011, 2:24:45 PM (12 years ago)
Author:
sommeria
Message:

bugs repaired in series, default size of view_field changed. ';' added in proj_field

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/view_field.m

    r315 r329  
    7777    % handles_mouse.create=hhuvmat.create;
    7878    handles_mouse.edit=hhuvmat.edit_object;
     79    pos_view_field=get(hObject,'Position');
    7980    pos_uvmat=get(huvmat,'Position');
    8081    pos_view_field(1)=pos_uvmat(1)+pos_uvmat(3)/2;
    8182    pos_view_field(2)=pos_uvmat(2)-pos_uvmat(3)/4;
    82     pos_view_field(3:4)=pos_uvmat(3:4);
     83    pos_view_field(3:4)=pos_uvmat(3:4);
    8384    set(hObject,'Position',pos_view_field)
    8485end
Note: See TracChangeset for help on using the changeset viewer.