Changeset 494 for trunk/src/series.m


Ignore:
Timestamp:
Jul 19, 2012, 11:50:39 AM (12 years ago)
Author:
sommeria
Message:

various bugs corrected after testing in Windows OS. Introduction
of filter tps

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/series.m

    r490 r494  
    17761776                set(handles.TransformName,'Enable','on')
    17771777                set(handles.FieldTransform,'Visible','on')
     1778                TransformName_Callback([],[], handles)
    17781779            end
    17791780        case 'ProjObject'   %hidden by default
     
    20482049%check the current ActionPath to the selected function
    20492050if ~isempty(list_transform{ind_coord})
    2050 func=functions(list_transform{ind_coord});
    2051 set(handles.TransformPath,'String',fileparts(func.file)); %show the path to the senlected function
    2052 else
    2053    set(handles.TransformPath,'String',''); %show the path to the senlected function
     2051    func=functions(list_transform{ind_coord});
     2052    set(handles.TransformPath,'String',fileparts(func.file)); %show the path to the senlected function
     2053else
     2054    set(handles.TransformPath,'String',''); %show the path to the senlected function
    20542055end
    20552056
Note: See TracChangeset for help on using the changeset viewer.