Ignore:
Timestamp:
Jan 7, 2011, 1:53:05 AM (13 years ago)
Author:
sommeria
Message:

bug with mouse object editing resolved. Display feature 'satus' for PIV task advancement introduced. Various bug repair and cleaning

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/geometry_calib.m

    r168 r177  
    974974if choice
    975975    set(handles.edit_append,'BackgroundColor',[1 1 0])
     976    huvmat=findobj(allchild(0),'tag','uvmat');
     977    if ishandle(huvmat)
     978        hhuvmat=guidata(huvmat);
     979        set(hhuvmat.edit_object,'Value',0)
     980        set(hhuvmat.edit_object,'BackgroundColor',[0.7 0.7 0.7])
     981    end
    976982else
    977983    set(handles.edit_append,'BackgroundColor',[0.7 0.7 0.7])
Note: See TracChangeset for help on using the changeset viewer.