Changeset 852 for trunk/src/series.m


Ignore:
Timestamp:
Jan 20, 2015, 10:36:47 AM (9 years ago)
Author:
sommeria
Message:

various bug fix

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/series.m

    r851 r852  
    180180    if isfield(h,'ActionListUser') && iscell(h.ActionListUser) && isfield(h,'ActionPathListUser') && iscell(h.ActionPathListUser)
    181181        ActionList=[ActionList;h.ActionListUser];
    182         ActionPathList=[ActionPathList;h.ActionPathListUser];
     182        ActionPathList=[ActionPathList;h.ActionPathListUser(:,1)];
    183183    end
    184184    %get the menu of transform fct
Note: See TracChangeset for help on using the changeset viewer.