Ignore:
Timestamp:
Mar 4, 2015, 12:01:38 AM (9 years ago)
Author:
sommeria
Message:

various bug fixes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/keyboard_callback.m

    r809 r880  
    6565            end
    6666        case 112%  key 'p'
    67             uvmat('runplus_Callback',hObject,eventdata,handleshaxes)
     67            huvmat=findobj(allchild(0),'Tag','uvmat');
     68            if ~isempty(huvmat)
     69            hhuvmat=guidata(huvmat);
     70            uvmat('runplus_Callback',hObject,eventdata,hhuvmat)
     71            end
    6872        case 109%  key 'm'
     73                      huvmat=findobj(allchild(0),'Tag','uvmat');
     74                      if ~isempty(huvmat)
     75            hhuvmat=guidata(huvmat);
    6976            uvmat('runmin_Callback',hObject,eventdata,handleshaxes)
     77                      end
    7078        otherwise
    7179            if ischar(get(gco,'Tag'))
Note: See TracChangeset for help on using the changeset viewer.