Ignore:
Timestamp:
Feb 22, 2014, 5:11:04 PM (10 years ago)
Author:
sommeria
Message:

various improvements

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/uigetfile_uvmat.m

    r664 r714  
    122122%------------------------------------------------------------------------
    123123function OK_Callback(option,filter_ext,hObject,event)
     124set(hObject,'backgroundColor',[1 1 0])% indicate button activation
    124125hfig=get(hObject,'parent');%handle of the fig
    125126htitlebox=findobj(hfig,'tag','titlebox');  % display the current dir name 
     
    159160    end
    160161end
    161 
     162set(hObject,'backgroundColor',[0 1 0])% indicate end button activation
    162163uiresume(get(hObject,'parent'))
    163164
Note: See TracChangeset for help on using the changeset viewer.