Changeset 726 for trunk/src/uvmat.m
- Timestamp:
- Mar 1, 2014, 10:46:51 AM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/uvmat.m
r717 r726 2055 2055 %% initialisation 2056 2056 pointer=get(handles.uvmat,'Pointer'); 2057 if strcmp(pointer,'watch')% reinitialise the mouse if stuck to 'watch' 2058 set(handles.CheckZoom,'Value',0) 2059 pointer='arrow'; 2060 end 2057 2061 set(handles.uvmat,'Pointer','watch') 2058 2062 drawnow … … 3133 3137 GetFieldData=get_field(FileName,ParamIn);% inport field names from the GUI get_field 3134 3138 FieldList={}; 3135 VecColorList={ };3139 VecColorList={''}; 3136 3140 switch GetFieldData.FieldOption 3137 3141 case 'vectors'
Note: See TracChangeset
for help on using the changeset viewer.