Changeset 606 for trunk/src/set_object.m


Ignore:
Timestamp:
Apr 7, 2013, 10:14:45 AM (11 years ago)
Author:
sommeria
Message:

bug on compilation solved (still to test with transform_field fct). faster browser inrtroduced. Various bug corrections

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/set_object.m

    r591 r606  
    213213if ~isempty(hseries)
    214214    hhseries=guidata(hseries);
    215     set(hhseries.CheckObject,'Value',0)
    216     set(hhseries.CheckObject,'BackgroundColor',[0 1 0])%put unactivated buttons to green
     215    set(hhseries.ViewObject,'Value',0)
    217216end
    218217
Note: See TracChangeset for help on using the changeset viewer.