Changeset 726 for trunk/src/uvmat.m


Ignore:
Timestamp:
Mar 1, 2014, 10:46:51 AM (10 years ago)
Author:
sommeria
Message:

various improvements for interactive use

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/uvmat.m

    r717 r726  
    20552055%% initialisation
    20562056pointer=get(handles.uvmat,'Pointer');
     2057if strcmp(pointer,'watch')% reinitialise the mouse if stuck to 'watch'
     2058    set(handles.CheckZoom,'Value',0)
     2059    pointer='arrow';
     2060end
    20572061set(handles.uvmat,'Pointer','watch')
    20582062drawnow
     
    31333137        GetFieldData=get_field(FileName,ParamIn);% inport field names from the GUI get_field
    31343138        FieldList={};
    3135         VecColorList={};
     3139        VecColorList={''};
    31363140        switch GetFieldData.FieldOption
    31373141            case 'vectors'
Note: See TracChangeset for help on using the changeset viewer.