Ignore:
Timestamp:
Mar 25, 2015, 9:28:10 AM (9 years ago)
Author:
sommeria
Message:

bug corrected in civ_input

File:
1 edited

Legend:

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

    r884 r885  
    322322            set(handle_title_dx,'Visible','off');
    323323        end
     324    end
     325    if isfield(Param.ActionInput,'Civ2')
     326       CheckDeformation_Callback(hObject, eventdata, handles)
    324327    end
    325328end
     
    11441147set(handles.ConfigSource,'String','NEW')
    11451148set(handles.OK,'BackgroundColor',[1 0 1])
    1146 if get(handles.CheckDeformation,'Value')
    1147     set(handles.num_CorrSmooth,'Visible','off')
    1148 else
    1149     set(handles.num_CorrSmooth,'Visible','on')
     1149handles_CoorSmooth=findobj(get(handles.Civ2,'children'),'Tag','num_CorrSmooth');
     1150if get(handles.CheckDeformation,'Value')   
     1151    set(handles_CoorSmooth,'Visible','off')
     1152else
     1153    set(handles_CoorSmooth,'Visible','on')
    11501154end
    11511155
Note: See TracChangeset for help on using the changeset viewer.