Changeset 425 for trunk/src/view_field.m
- Timestamp:
- May 17, 2012, 10:55:41 AM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/view_field.m
r413 r425 113 113 if ~isempty(huvmat) 114 114 hhuvmat=guidata(huvmat); 115 set(hhuvmat. edit_object,'Value',0)116 set(hhuvmat.edit_object,'BackgroundColor',[0.7 0.7 0.7])%put unactivated buttons to gree115 set(hhuvmat.ViewField,'Value',0) 116 %set(hhuvmat.edit_object,'BackgroundColor',[0.7 0.7 0.7])%put unactivated buttons to gree 117 117 % deselect the object in ListObject when view_field is closed 118 118 if isempty(findobj(allchild(0),'Tag','set_object'))
Note: See TracChangeset
for help on using the changeset viewer.