Changeset 177 for trunk/src/geometry_calib.m
- Timestamp:
- Jan 7, 2011, 1:53:05 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/geometry_calib.m
r168 r177 974 974 if choice 975 975 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 976 982 else 977 983 set(handles.edit_append,'BackgroundColor',[0.7 0.7 0.7])
Note: See TracChangeset
for help on using the changeset viewer.