Changeset 329 for trunk/src/view_field.m
- Timestamp:
- Dec 10, 2011, 2:24:45 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/view_field.m
r315 r329 77 77 % handles_mouse.create=hhuvmat.create; 78 78 handles_mouse.edit=hhuvmat.edit_object; 79 pos_view_field=get(hObject,'Position'); 79 80 pos_uvmat=get(huvmat,'Position'); 80 81 pos_view_field(1)=pos_uvmat(1)+pos_uvmat(3)/2; 81 82 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); 83 84 set(hObject,'Position',pos_view_field) 84 85 end
Note: See TracChangeset
for help on using the changeset viewer.