Changeset 714 for trunk/src/uigetfile_uvmat.m
- Timestamp:
- Feb 22, 2014, 5:11:04 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/uigetfile_uvmat.m
r664 r714 122 122 %------------------------------------------------------------------------ 123 123 function OK_Callback(option,filter_ext,hObject,event) 124 set(hObject,'backgroundColor',[1 1 0])% indicate button activation 124 125 hfig=get(hObject,'parent');%handle of the fig 125 126 htitlebox=findobj(hfig,'tag','titlebox'); % display the current dir name … … 159 160 end 160 161 end 161 162 set(hObject,'backgroundColor',[0 1 0])% indicate end button activation 162 163 uiresume(get(hObject,'parent')) 163 164
Note: See TracChangeset
for help on using the changeset viewer.