Changeset 772 for trunk/src/view_field.m
- Timestamp:
- May 9, 2014, 8:33:53 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/view_field.m
r752 r772 190 190 hhuvmat=guidata(huvmat); 191 191 set(hhuvmat.CheckViewField,'Value',0) 192 %set(hhuvmat.edit_object,'BackgroundColor',[0.7 0.7 0.7])%put unactivated buttons to gree193 192 % deselect the object in ListObject when view_field is closed 194 193 if isempty(findobj(allchild(0),'Tag','set_object')) … … 215 214 end 216 215 end 217 hciv=findobj(allchild(0),'Tag','civ ');%find the current civ GUI216 hciv=findobj(allchild(0),'Tag','civ_input');%find the current civ GUI 218 217 if ~isempty(hciv) 219 218 hhciv=guidata(hciv); 220 219 set(hhciv.TestCiv1,'Value',0)% desactivate TestCiv1 if on 221 set(hhciv.TestCiv1,'BackgroundColor',[ 1 00])%220 set(hhciv.TestCiv1,'BackgroundColor',[0 1 0])% 222 221 end 223 222 corrfig=findobj(allchild(0),'tag','corrfig');% look for a civ correlation window used with TesCiv1
Note: See TracChangeset
for help on using the changeset viewer.