Ignore:
Timestamp:
Mar 31, 2010, 8:18:15 PM (14 years ago)
Author:
sommeria
Message:

minor bug repairs. Projection on any abject inside the main uvmat axes is now possible
aver_stat, time_series, merge_proj: set_object now called by tag instead of name (which depends on the object)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/series/merge_proj.m

    r41 r76  
    2727test_object=get(hseries.GetObject,'Value');
    2828if test_object
    29     hset_object=findobj(allchild(0),'Name','set_object');
     29    hset_object=findobj(allchild(0),'tag','set_object');
    3030    ProjObject=read_set_object(guidata(hset_object));
    3131    if ~isfield(ProjObject,'Style')
Note: See TracChangeset for help on using the changeset viewer.