Changeset 528 for trunk/src/get_field.m


Ignore:
Timestamp:
Aug 21, 2012, 8:30:52 AM (12 years ago)
Author:
sommeria
Message:

bugs repaired

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/get_field.m

    r526 r528  
    835835hseries=findobj(allchild(0),'tag','series');
    836836check_series=0;
     837% look for the status of the GUI uvmat
    837838if ~isempty(huvmat)
    838839    hh=guidata(huvmat);
     
    851852    end
    852853end
     854% if no filed data is concerned on uvmat, look at the GUI series
    853855if isempty(hfield) && ~isempty(hseries)
    854856    check_series=1;
    855         hh=guidata(hseries);
     857    hh=guidata(hseries);
    856858    FieldMenu=get(hh.FieldName,'String');
    857859    FieldName=FieldMenu{get(hh.FieldName,'Value')};
Note: See TracChangeset for help on using the changeset viewer.